body {
	bgcolor: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFFFFF;
	}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #003399;
	}
h2 {
	font-size: small;
	color: #3366cc;
	font-weight: bold;
	}
h3 {
	font-size: small;
	color: #999999;
	font-weight: bold;
	}
h4 {
	font-size: small;
	color: #CC0000;
	font-weight: bold;
	}
p {
	font-size: x-snall;	
	}
	
.text{
		font-size: x-small;
	}
.smalltext {
	font-size: xx-small;
	color: #003399;
	}
a:link {
	color: #CC0033;
	text-decoration: none;
	}
a:visited {
	color: #CC0033;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #CC0033;
	}
ul {
	font-size: x-small;
	}
h5 {
	font-size: x-small;
	font-weight: bold;
	color: #CC0033;
	}
.lightblueback {
	background-color: #6699cc;
	font-size: small;
	color: #003399;
	font-weight: bold;
	}
	.whiteback {
	background-color: white;
	font-size: xx-small;
	color: #003399;
	font-weight: normal;
		}
.darkblueback {
	background-color: #003399;
	font-size: small;
	color: White;
	font-weight: bold;
}
a.nav:link {
	color: White;
	text-decoration: none;
		}
a.nav:visited {
color: White;
text-decoration: none;	
}
a.nav:hover {
	color: White;
	text-decoration: underline;
}
a.nav:active {
	color: Blue;
	text-decoration: none;
}
hr {
	color: Navy;
	width: 100%;
	height: 1px;
	}
