A:link {color:blue}
A:visited {color:purple}
A:active {color:red}
body body {
	margin-left:5%; 
	margin-right:5%;
	font-family:"Verdana"; 
	font-weight:650;
	color:rgb(0,0,0); 
	font-size:10pt;
	background-color:white;
}
.butt_login{
	background-image: url(images/button_left.JPG);
	height: 23px;
	width: 23px;
	border: 0;
	cursor: hand
}
.butt_search{
	background-image: url(images/button_search.JPG);
	height: 15px;
	width: 17px;
	border: 0;
	cursor: hand
}
.copyright {
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	color: #91002A; 
	text-decoration: none
}
.txt {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #333333
}
.login {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #2F4680
}
.forms{
	height: 16px;
	width: 95px;
	border: 1 solid #00008B;
}
.form_search {
	height: 16px;
	width: 105px;
	border: 1 solid Maroon;
}
.bottom{
	background-image : url(images/bott_bg.JPG);
	background-repeat : repeat-y;
}.bgmenu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.bgpage {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
}

.bgpage_long {
	background-image: url(images/left_bg_long.jpg);
	background-repeat: no-repeat;
}

.bgpage_longer {
	background-image: url(images/left_bg_longer.jpg);
	background-repeat: no-repeat;
}

.bgpage_longest {
	background-image: url(images/left_bg_longest.jpg);
	background-repeat: no-repeat;
}

.dotbg {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family:"Verdana"; 
	font-size:12pt;
	font-weight: bold; 
	color:#003366;
	text-align:"left";
}
h2 {
	font-family:"Verdana";
	font-size:13pt;
	color:rgb(0,0,225);
	text-align:"Left";
	letter-spacing:2pt;
}
h3 {
	font-family:"Arial";
	font-size:10pt;
	color:#990033;
}
h4 {
	font-family:"Arial";
	font-size:8pt;
	font-color:black;
	font-weight:normal;
	text-align:"center";
}
L I{
	font-family="Arial";
	font-size=10pt;
	font-weight="normal";
	text-align="left";
} 
P {
	font-family="Arial";
	font-size=10pt;
	font-weight="normal";
	text-align="left";
	cellspacing=5;
}
TABLE {
	font-family="Arial";
	font-size=10pt;
	font-weight="normal";
	text-align="center";
}
TABLE TD {
	font-family="Arial";
	font-size=10pt;
	font-weight="normal";
	text-align="left";
	cellspacing=5;
}
TABLE TR {
	font-family="Verdana";
	font-size=10pt;
	font-weight="bold";
	text-align="left";
	cellpadding=15;
}
TABLE TH {
	font-family="Arial";
	font-size=10pt;
	font-weight="bold";
	text-align="left";
}
TABLE Caption {
	font-family="Arial";
	font-size=11pt;
	font-weight="bold";
	text-align="left";
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
/*  added unlordered list line spaceing rsgwes 10/23/06 */
/*  changed font to Arial from Verdana to match paragraph text 10/26/06 */
ul {
	list-style-image: url(images/red_square.gif); list-style-type: round;
	line-height: 1.5;
	font-family="Arial";
	font-size=10pt;
}
/* added ordered list line spacing and font 10/25/06 */
ol {
	line-height: 1.5;
	font-family="Arial";
	font-size=10pt;
}