BODY {font-family: "Arial", sans-serif } /*
P { font-size: 14pt }
.lb { font-size: 24pt; color: #27316F; text-align: center }/*Blue Header*/
.lw { font-size: 24pt; color: #FFFFFF; text-align: center }/*White Header*/
.lr { font-size: 24pt; color: #C72135; text-align: center }/*red Header*/
.lbr { font-size: 24pt; color: #CABD88; text-align: center }/*brown Header*/

.mb { font-size: 16pt; color: #27316F; text-align: center }/*Blue Sub-Header*/
.mw{ font-size: 16pt; color: #FFFFFF; text-align: center }/*White Sub-Header*/
.mr { font-size: 16pt; color: #C72135; text-align: center}/*red Sub-Header*/
.mg { font-size: 16pt; color: #CABD88; text-align: center}/*brown Sub-Header*/

.rb { font-size: 12pt; color: #27316F }/*Regular blue text*/
.rw{ font-size: 12pt; color: #FFFFFF; text-align: center }/*Regular White Text*/
.rr{ font-size: 12pt; color: #C72135 }/*Regular red text*/
.rbr { font-size: 12pt; color: #CABD88 }/*Regular brown text*/

.sb { font-size: 10pt; color: #27316F }/*small blue text*/
.sw{ font-size: 10pt; color: #FFFFFF; text-align: center }/*small White Text*/
.sr { font-size: 10pt; color: #C72135 }/*small red text*/
.sbr { font-size: 10pt; color: #CABD88 }/*small brown text*/

.tb { font-size: 5pt; color: #27316F }/*smaller blue text*/
.tw{ font-size: 5pt; color: #FFFFFF; text-align: center }/*smaller White Text*/
.tr { font-size: 5pt; color: #C72135 }/*smaller red text*/
.tbr { font-size: 7pt; color: #CABD88 }/*smaller brown text*/
.lpad {padding: 0px 12px } 
#blue { color: #27316F }
#white {color:ffffff}
#red{ color: #C72135 }
#brown{ color: #CABD88 }
a { text-decoration: none }
/*links brown to start, white on hover, and show brown after visit*/
a.one:link {font-size: 12pt; color: #CABD88; text-decoration: none}
a.one:visited {font-size: 12pt; color: #CABD88; text-decoration: none}
a.one:hover {font-size: 12pt; color: #ffffff; text-decoration: none}
a.one:border {border-color: #ffffff}
/*links red to start, brown on hover, and shows brown after visit*/
a.two:link {color: #ffff33; text-decoration: none}
a.two:visited {color: #CABD88; text-decoration: none}
a.two:hover {color: #ff9900; text-decoration: none}
/*links orange to start, red on hover, and shows brown after visit*/
a.three:link {color: #ff9900; text-decoration: none}
a.three:visited {color: #CABD88; text-decoration: none}
a.three:hover {color: #ffff33; text-decoration: none}
div.navhorz {border-top: solid medium brown }
