@charset "UTF-8";
html, body{
	height:100%;
}
body {
	background-color: #17324C;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 14px;
}

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 130px;
	border-top: 0px none #9A9A9A;
	border-right: 0px none #9A9A9A;
	border-bottom: 0px none;
	border-left: 0px none #9A9A9A;
}

.glossymenu li a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 120px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #17324C;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	margin: 0px;
	padding: 0px;
}

h2 A:link {
text-decoration:none;
color: #660000;
}
h2 A:visited {
text-decoration:none;
color: #660000;
}
h2 A:hover {
text-decoration:underline;
color:#000000;
}
h2 A:active {
text-decoration:none;
color:#660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}

 .redlink A:link {text-decoration: none; color: #990033; font-family: Arial, Helvetica, sans-serif;}
 .redlink A:visited {text-decoration: none; color: #990033; font-family: Arial, Helvetica, sans-serif;}
 .redlink A:active {text-decoration: none; color: #990033; font-family: Arial, Helvetica, sans-serif;}
 .redlink A:hover{text-decoration: underline; color: #CC0000; font-family: Arial, Helvetica, sans-serif;}

.glossymenu li a:hover{
	background-color: #17324C;
}
hr {
	border: thin solid #17324C;
}
