a:link { color: #990000; text-decoration: underline }
a:active { color: #990000; text-decoration: underline }
a:visited { color: #993300; text-decoration: underline }
a:hover { color: #2FB0FF; text-decoration: underline}

BODY {
	background-image: ;
	background-color: #0f396e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.title:link { color: #990000; text-decoration: none }
.title:active { color: #990000; text-decoration: none }
.title:visited { color: #990000; text-decoration: none }
.title:hover { color: #2FB0FF; text-decoration: underline}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.titles:link { color: #000033; text-decoration: none }
.titles:active { color: #000033; text-decoration: none }
.titles:visited { color: #000033; text-decoration: none }
.titles:hover { color: #990000; text-decoration: underline}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	list-style-position: outside;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0078BA;
}
.copyright:link { color: #0078BA; text-decoration: underline }
.copyright:active { color: #0078BA; text-decoration: underline }
.copyright:visited { color: #0078BA; text-decoration: underline }
.copyright:hover { color: #FFFFFF; text-decoration: underline}

