﻿body {
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif, sans serif;
	font-size: 10pt;
	color: #464646;
	behavior: url("csshover3.htc");
}
table {
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	font-size: 18pt;
}
h2 {
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	font-size: 14pt;
}
h3 {
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	font-size: 12pt;
	font-weight: bold;
}
blockquote {
	margin-left: 25px;
}
a:link, a:visited {
color: blue;
text-decoration: none;
}
a:hover, a:active {
color:blue;
text-decoration: underline;
}
.index-background {
	background-color: #dddddd; /* very pale background */
/*	background-image:url('images/page_background.png');
	background-repeat:repeat-x; */
}
.red_button {
	background-color: #800000;
	background-image: url('images/bg_red2.gif');
}
.red_button:hover {
	background-image: none;
	cursor: pointer;
}
.red {
	text-align: center;
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	color: #FFFFFF;
	background-image: url('images/sides.gif');
}
.red a:link, .red a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.home_button:link, .home_button:visited {
	font-size: 11pt; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: white; 
	display: block; 
	padding: 9px 17px 9px 18px;
}
.home_button:hover {
	background-color: #183994;
}
/* CSS Class for menu item */
.anchorclass, a.anchorclass, a.anchorclass:visited {
	font-size: 11pt;
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	text-decoration: none;
	color: white;
	display: block;
	padding: 9px 20px 9px 21px;
}
/* CSS class that gets added to the currently selected anchor link (assuming it's a text link) */
.selectedanchor{
	background-color: #183994;
}
/* ######### Default class for drop down menus ######### */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */ 
	color: white;
	width: 200px; /* default width for menu */
}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss ul li a:link, .anylinkcss ul li a:visited {
	font-size: 11pt;
	font-family: Arial, Helv, Helvetica, sans-serif, sans serif;
	width: 100%;
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	color: white;
}
.anylinkcss a:hover {
	background-color: #285EBD;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/;
	background: #001030;
	visibility: hidden;
}


