a:link, a:visited {
	color: black;
}
a:hover, a:active {
	color: #8599a3;
}

.large_text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #000000;
}

.std_small_text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.std_text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000;
}

.linkstd_text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	text-decoration: underline;
}

body {
	margin: 0 0 0 0;
}

.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
			
.selected {
	color: #8E0049;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.hovermenu ul{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 0px;
	padding-left: 120px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 3px 0.5em;
	text-decoration: none;
	float: left;
	color: #324147;
	background-color: #b3c2ca;
	border: 1px solid #000000;
}

.hovermenu ul li a:hover{
	color: white;
	background-color: #7c98a4;
	border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

td.navlinks {
	border-bottom: 1px solid black; 
	padding-top: 15px; 
	padding-bottom: 5px; 
	padding-right: 10px;
}

.border {
	border: 1px solid black;
}

.imgborder {
	border: 2px solid #43474a;
}
