/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #003366;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:  url(bgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.middle {
	background-image: url(middlebkgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 150%;
	text-align: justify;
	padding: 10px 55px 10px 50px;
}
.footer {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
}
a.footer:link {
	color: #FFFFFF;
	
	text-decoration: none;
	font-weight:bold;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size:x-small;
	font-weight:bold;
}
a.footer:hover {
	text-decoration: underline;
	font-size:x-small;
	color: #FFFFFF;
	font-weight:bold;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size:x-small;
	font-weight:bold;
}
a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BFCCD9;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: large;
	color: #33648E;
}
h2 {
	font-size: medium;
	color: #8E3E3A;
}
h3 {
	font-size: small;
	color: #33648E;
}
