body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding: 5px;
	background-image: url(images/gradbar.jpg);
	height: 30px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F4F2E6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	padding: 10px;
}
.content a{
	color: #3366FF;;
}
.ten_padding {
	padding-left: 10px;
	padding-right: 10px;
}
.bottom_bar {
	background-image: url(images/bottom_bar.gif);
	background-position: center;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

.section_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #3366FF;
	text-decoration:none;
}
.section_header:hover {
	text-decoration:underline;
}
