body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : verdana;
	font-size : 13px;
	color : black;
	background-color: Blue;
	background-repeat: repeat-x;
}
p, span, table, td {
	font-family : verdana;
}

textarea, input, select {
	font-family : verdana;
}
hr{
	height : 1pt;
	color: Blue;
}

h1{
	font-size: 18px;
	color: Blue;
}

h2{
	font-size:14px;
	color: Blue;
}
h3{
	font-size: 13px;
	color: Blue;
}

h6{
	font-size: 18px;
	color: Blue;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	
}

a:hover {
	color : black
	text-decoration : none;
	
}

a:active {
	color :#004B8D;
	text-decoration : none;
}

.leftNav{
	color: white;
	font-weight: bold;
	border-top: 1px solid white;
	background-color: Blue;
	padding: 8px;
}
.leftNav a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.leftNav a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.leftNav a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.leftNav a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
.copyright{
	font-size:10px;
	color: #426485;
	font-weight: normal;
}
.copyright a:link {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}
.contact{
	color: white;
	font-weight: bold;
	border-top: none;
	background-color: none;
	padding: 8px;
}
.contact a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.contact a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.contact a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.contact a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}