﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #464646;
}
table {
	font-size: 12pt;
}
td {
	font-size: 12pt;
}
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: #3FA0A6;
text-decoration: none;
}
a:hover, a:active {
color:#3FA0A6;
text-decoration: underline;
}
a.menu:link, a.menu:visited {
/*	color: #8F776A; */
	color: #666666;
	padding:5px 17px 5px 17px;
	text-decoration:none;
}
a.menu:hover, a.button:active {
	color: white;
/*	background-color: #8F776A; */
	background-color: #3FA0A6;
	text-decoration:none;
}
.index-background {
	background-color: #F0F0F0;
	background-image:url('images/bg6.gif');
	background-position:center;
	background-repeat:repeat-y;
}
a.home_button:link, a.home_button:visited {
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #666666; 
	display: block; 
	padding: 5px 17px 5px 17px;
}
a.home_button:hover, a.home_button:active {
	background-color: #3FA0A6;
	color: white;
	text-decoration: none;
}
/* CSS Class for menu item */
.anchorclass, a.anchorclass, a.anchorclass:visited {
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px 17px 5px 17px;
}
/* CSS class that gets added to the currently selected anchor link (assuming it's a text link) */
.selectedanchor{
	background-color: white;
}
/* ######### Default class for drop down menus ######### */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 28px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */ 
	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 {
	width: 100%;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #666666;
}
.anylinkcss ul li a:hover {
	color: white;
	background-color:#3FA0A6;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/;
	background: black;
	visibility: hidden;
}

