.style1 {font-family: Arial, }
.style2 {color: #FF0000;font-weight: bold;}
body {background-image: url(../images/bg_blue.gif);}
.generalFont { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #000000; font-weight: normal} 
.header1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #003399} 
.header2 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #003399} 
A:hover { color: #02B0C4; text-decoration: none}.title { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000066} 
.title2 {font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;font-weight: bold;color: #CC0000;} 
.searchSubTitle { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000} 
.registerForm { font-family: Arial, Helvetica, sans-serif; font-size: 12px; height: 20px; width: 100px; color: #000000; text-decoration: none; font-style: normal; line-height: normal; font-variant: normal; clip: rect()} 
.generalFontSmall { font-family: Arial; font-size: 11px; font-style: normal; line-height: normal; color: #000000; font-weight: normal } 
.generalFontSmallx2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #000066; font-weight: bold} 
.generalFontSmallx3 { font-family: Arial, Helvetica; font-size: 10px; font-style: normal; line-height: normal; color: #000000} 
A.leftnav { FONT-SIZE: 10px; COLOR: #99ccff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none } 
A.leftnav:hover { COLOR: #ffffff } 
.titleblue { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #0066CC; text-decoration: none; font-weight: bold}
.titlegreen { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #33CC00; text-decoration: none; font-weight: bold}
.textblue { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #0066CC; text-decoration: none}
.generalFontJustify { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; text-align: justify}
A.generalFontSmall { color: #0033FF}
A.generalFont { color: #02B0C4}
A.generalFontJustify { color: #0033FF}
A.generalFontSmallx3 { color: #0033FF}
.button {
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.delbutton {
	background-color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.generalFondWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.tBox {
	BORDER-RIGHT: #1c5180 1px solid; BORDER-TOP: #1c5180 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #1c5180 1px solid; COLOR: #000000; BORDER-BOTTOM: #1c5180 1px solid; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white; TEXT-DECORATION: none
}
.CTitle1 { FONT: 24px Tahoma, Arial, Helvetica, Sans Serif;	COLOR: #a2a2a2;}
.CTitle2 { FONT-SIZE: 14px; COLOR: #d46f31}
.CTitle3 { FONT-SIZE: 12px; COLOR: #d46f31}
.titlered {
	font-family: Arial, Helvetica, 
sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.title3 {
	font-family:
Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.titlewhite {
font-family: Arial, Helvetica, 
sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

/*.hintanchor{    CSS for link that shows hint onmouseover
font-weight: bold;
color: navy;
margin: 3px 8px;
} */