/* CSS Document */
.bold {font-weight: 700; }

.red { color: #660000; }
.blue { color: #002A49; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #FOFOFO; }
.green { color: #006600; }
.brred { color: #FF0000; }
.brblue { color: #0000FF; }

.bred { background-color: #660000; }
.bblue { background-color: #002A49; }
.bblack { background-color: #000000; }
.bwhite { background-color: #FFFFFF; }
.bgrey { background-color: #F0F0F0; }
.byellow {background-color: #FFFFCC; }

.left {text-align:left;}
.center {text-align:center;}
.right { text-align:right;}
.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.size8 {font-size:8pt;}
.size10 {font-size:10pt;}
.size11 {font-size:12pt;}
.size12 {font-size:12pt;}
.size14 {font-size:14pt;}
.size18 {font-size:18px;}
.size24 {font-size:24pt;}
.size36 {font-size:36pt;}

.label { font-family:AbcTeacher; }

.Doodlefont { font-family: Doodle Basic; }
.cacfont { font-family:CAC Futura Casual; }

.doublespace { padding: 10px 0px 10px 0px; }

.eweagle { border:0px; width:100px; height:145px; }