
/* define font in all default tags */
BODY, TABLE, TH, TR, TD, BLOCKQUOTE, DIV, SPAN, DD, U, UL, DL, H4, H5, INPUT, A, BR, CENTER, I, B, LI, OL, TEXTAREA, FORM, P, SELECT, STRONG   { color: #666666; font-size: 11px; font-family: Arial, Verdana, Tahoma, sans-serif }
A  { color: #1E5BA2; text-decoration: none; }
A:Hover { text-decoration: underline; }
H3 { font-size: 13px; font-weight: bold; }
H2 { font-size: 16px; font-weight: bold; }
H1 { font-size: 18px; font-weight: bold; }
SELECT { color: #666666; }
INPUT {	color: #666666; }
FORM { margin-top: 0px; margin-bottom: 0px; margin: 0px 0px 0px 0px; }
TEXTAREA { color: #666666; }
UL { list-style-type : square; }

/* custom font classes */
.smallbold { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;  }
.small    { font-variant: normal; font-size: 11px; line-height: 18pt; text-align: justify; text-transform: none; word-spacing: normal; letter-spacing: normal; margin: 4pt; padding: 4pt }
.login_box { font-size: 10px; width: 124px; height: 19px}
.search_box { font-size: 10px; width: 129px; height: 19px }
.bluebold { color: #1E5BA2; font-weight: bold; }
.err { font-family: Tahoma, Verdana, Arial,sans-serif; font-size: 10px; font-weight: bold; color: red; }
.textheader { color: #333333; font-weight: bold; font-size: 14px; }
.boldwhitenav{ color: #1E5BA2; font-size: 14px; font-weight: bold; color: white;}
.whiteboldlg {  font-weight: bold; color: white; }


H2.white { color: #FFFFFF; }
H3.white { color: #FFFFFF; }
H1.black { color: #000000; }
/* custom link classes */
A.subnavLink:link { color: #666666; text-decoration: none; }
A.subnavLink:visited { color: #666666; text-decoration: none; }
A.subnavLink:active { color: #666666; text-decoration: none; }
A.subnavLink:hover { color: #1E5BA2; text-decoration: underline; }

A.subnavboldLink:link { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:visited { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:active { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:hover { color: #1E5BA2; text-decoration: underline; font-weight: bold; }

A.subnavboldLinkGreen:link { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:visited { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:active { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:hover { color: #53713B; text-decoration: underline; font-weight: bold; }

/* custom td background classes */
.dot { border-top: none; border-right: none; border-bottom: 1pt dotted black; border-left: none }
