<!--
body {
	background-color: #8D9AFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ADC8E9;
	text-decoration:none
}
.nav:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ADC8E9;
	text-decoration:none
}
.nav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ADC8E9;
	text-decoration:none
}
.nav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ADC8E9;
	text-decoration:none
}
.nav:hover{
	color: #FFFFFF;
	text-decoration:underline
}
.pageTitle {font-weight: bold; font-size: 36px; color: #2835D1;}
.header {
	color: #127EC6;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.sideText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.sideHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #2835D1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2835D1;
}
a:hover {
	text-decoration: underline;
	color: #2835D1;
}
a:active {
	text-decoration: none;
	color: #2835D1;
}
-->