body {
	margin: 0px;
	background: #ffffff;
	font-family: arial;
	color: #002963;
	font-size: 13px;
}
a:link, a:visited {
	color: #cc6600;
}
a:active {
	color: #8fa7c7;
}
a:link.blue, a:visited.blue {
	color: #002963;
	text-decoration:none;
}
a:active.blue {
	color: #8fa7c7;
}
.blue {
	color: #002963;
	text-decoration:none;
}
a:link.blueunderlined, a:visited.blueunderlined {
	color: #002963;
}
a:active.blueunderlined {
	color: #8fa7c7;
}
.blueunderlined {
	color: #002963;
}
small, p.small {
	font-size: 10px;
}
table {
	border-collapse: collapse;
	padding: 0px;
}
td {
	font-family: arial;
	color: #002963;
	font-size: 13px;
}
p {
	font-family: arial;
	color: #002963;
	font-size: 13px;
	padding: 0px;
}
td.logo {
	background: #8fa7c7;
	background-image: url('images/logogradecss2.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
}
td.banner {
	background: #8fa7c7;
	background-image: url('images/bannerbackgrade6.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
td.toplinks {
	background: #8fa7c7;
	background-image: url('images/linksbackgrade3.gif');
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}
td.leftlinks {
	background: #8fa7c7;
	background-image: url('images/backgrade4.gif');
}
td.divider {
	background-image: url('images/adsback.gif');
}
input {
	font-family: courier;
	font-size: 13px;
}
input.submit {
	font-family: arial;
	font-size: 13px;
}
textarea {
	font-family: courier;
	font-size: 13px;
}
dl {
	font-family: arial;
	color: #002963;
	font-size: 13px;
}