/* CSS Document */

/***********Main Page Elements*******/
body{ background-color: #FFFFFF; }
table, td, tr, p{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
hr{ color: #620417; }

/***********Text Elements************/
.textSmall{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

.textWhiteSmall{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.textWhite{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.textWhiteLarge{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; }

.textMaroonLarge{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #620417; }
.textMaroonVeryLarge{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #620417; }

.errorText{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #620417; }

.textGreen { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #37A25A; }	
.disclaimer	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style:italic color: #37A25A; }

/***********Background Elements******/
.bgBlack{ background-color: #000000; }
.bgWhwite{ background-color: #FFFFFF; }

.bgTan{ background-color: #EEEBC5; }
.bgMaroon{ background-color: #620417; }

/***********Table Elements***********/

/***********Link Elements************/
a:link{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #620417; text-decoration: underline; }
a:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #620417; text-decoration: underline; }
a:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: underline; }

a.linkNav:link{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.linkNav:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.linkNav:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #EEEBC5; text-decoration: none; }

a.linkWhiteSmall:link{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
a.linkWhiteSmall:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; }
a.linkWhiteSmall:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #EEEBC5; text-decoration: underline; }

/***********Form Elements************/
.textField{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.button{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #EEEBC5; color: #620417; }
.hiddenField {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border: none; background-color: EEEBC5; }
