body {

	background-color: #CCFFFF;

	font-family: Arial, Helvetica, sans-serif;

}

h1 {

	font-size: xx-large;

	font-weight: bold;

	color: #000099;

	text-align: center;

}

p,td {

	font-size: small;

	font-weight: normal;

	color: #000000;

}

a {

	color: #000099;

}

a:hover {

	color: #4A92D2;

}





h2 {
	font-size: large;
	font-weight: bold;
	color: #000099;
	padding-top: 10px;

}

h3 {

	font-size: medium;

	font-weight: bold;

	color: #000099;

	margin-bottom: 0px;

	padding-bottom: 0px;

}

.nav a {
	font-size: medium;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	white-space: nowrap;

}

.nav a:hover {

	color: #4A92D2;

	text-decoration: none;

}



li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	padding-top: 2px;
	padding-bottom: 2px;

}

.small {

	font-size: x-small;

}

.large_blue {

	font-size: medium;

	color: #000099;

	font-weight: bold;

}
.maintext {
	padding-right: 30px;
	padding-left: 30px;
}

