a:hover {
	color: #FF0000;
}
.blackHref {
	color:#000000;
	text-decoration:underline;
}
.blackHref:hover {
	color:#FF0000;
	text-decoration:underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.botsBGleft {
	background-image: url(botsBG-left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.botsBGright {
	background-image: url(botsBG-right.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.button_text {
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
.button_text:hover {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.img_bdr {
	border-style:solid; border-width:1px; border-color:#999999;
}
.main_menu {
	font-weight:bold;
	color:#000066;
	text-decoration:none;
	padding-left: 7px; padding-right: 7px;
}
.main_menu:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.submenu {
	color:#000066;
	text-decoration:none;
}
.submenu:hover {
	color:#000066;
	text-decoration:underline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_header {
	font-size:16px;
	font-weight:bold;
	color:#669900;
}
.text_sub_header {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.whiteHref {
	color:#FFFFFF;
	text-decoration:underline;
}
.whiteHref:hover {
	color:#FFFF00;
	text-decoration:underline;
}
