/* CSS Document */

/***********Main Page Elements*******/
body, table, tr, td, p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #525252; }
li { color: #22356D; }
hr { color: #989898; }

/***********Text Elements************/
.header { font-size: 13px; font-weight: bold; color: #22356D; padding: 2px; background-color: #E7E7E7; }
.textheader { font-size: 15px; font-weight: bold; color: #525252; }
.textheader2 { font-size: 13px; font-weight: bold; color: #525252; }

.subhead { font-size: 12px; font-weight: bold; color: #22356D; }
.textsubhead { font-size: 12px; font-weight: normal; font-style: italic; color: #525252; }

.activeNav { font-size: 12px; font-weight: bold; color: #22356D; padding: 2px; background-color: #E7E7E7; }

.textBlue { color: #22356D; }
.textBlueSmall { font-size: 10px; color: #22356D; }

.tinytext { font-size: 9px; }

.textRedLarge { color: #990000; }

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

.bgLightGrey { background-color: #E7E7E7; }
.bgGrey { background-color: #989898; }
.bgDarkGrey { background-color: #525252; }

.bgBlue { background-color: #22356D; }

/***********Table Elements******/
.navCell { border: 1px solid #989898; background-color: #E7E7E7; }
.specsCellHeader { font-size: 12px; font-weight: bold; color: #22356D; padding: 2px; border: 1px solid #989898; background-color: #E7E7E7; }
.specsCell { font-size: 10px; color: #22356D; padding: 2px; border: 1px solid #989898; background-color: #FFFFFF; }

.contactUsCell { font-size: 10px; color: #22356D; padding: 2px; border: 1px solid #989898; background-color: #E7E7E7; }

/***********Link Elements************/
a:link { color: #484848; text-decoration: underline; }
a:visited { color: #484848; text-decoration: underline; }
a:hover { color: #0F2564; text-decoration: underline; }

a.linkNavItem:link { font-size: 12px; font-weight: bold; color: #525252; padding: 2px; background-color: #E7E7E7; text-decoration: none; }
a.linkNavItem:visited { font-size: 12px; font-weight: bold; color: #525252; padding: 2px; background-color: #E7E7E7; text-decoration: none; }
a.linkNavItem:hover { font-size: 12px; font-weight: bold; color: #22356D; padding: 2px; background-color: #E7E7E7; text-decoration: none; }

a.linkSubNav:link { font-size: 12px; font-weight: normal; color: #525252; text-decoration: none; }
a.linkSubNav:visited { font-size: 12px; font-weight: normal; color: #525252; text-decoration: none; }
a.linkSubNav:hover { font-size: 12px; font-weight: normal; color: #22356D; text-decoration: underline; }

a.linkSubNav2:link { font-size: 12px; font-weight: normal; color: #22356D; text-decoration: underline; }
a.linkSubNav2:visited { font-size: 12px; font-weight: normal; color: #22356D; text-decoration: underline; }
a.linkSubNav2:hover { font-size: 12px; font-weight: normal; color: #989898; text-decoration: underline; }

a.designImage:link { border: 1px solid #989898; }
a.designImage:visited { border: 1px solid #989898; }
a.designImage:hover { border: 1px solid #989898; }

/***********Form Elements************/
.textField { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #525252; }