body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #e0e0e0;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.main {
	margin: 0px;
	padding: 0px;
	width: 750px;
	border: 1px solid #003366;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	text-align: left;
   	margin: 0px auto
}
.bodycontent {
	margin: 4px;
	padding: 0px 4px 4px;
	text-align: left;
}
.nav {
	background-image: url(../images/bg_nav.gif);
	height: 26px;
	width: 150px;
}
.nav_link{
	font-weight: bold;
	color: #006699;
}
a.nav_link:link {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
a.nav_link:visited {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
a.nav_link:hover {
	font-weight: bold;
	color: #996633;
	text-decoration: underline;
}
a.nav_link:active {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
.heading {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
.heading_sub {
	font-weight: bold;
	color: #003399;
}
li {
	padding-bottom: 6px;
	list-style-type: disc;
}
.footer {
	background-image: url(../images/bg_footer.jpg);
	margin: 0px;
	padding: 4px;
	text-align: center;
	color: #999999;
	font-size: 10px;
}
a.footer_link:link {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.footer_link:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.footer_link:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
}
a.footer_link:active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
.small {
	font-size: 10px;
}
.right {
	padding: 10px;
}
.left {
	text-align: left;
}

