body {
	color: #000000;
	background-color:#B00000;
	text-align: center;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #000063;
	text-decoration: none;
}
.footer {
	text-align: center;
}
.nav {
	text-align: center;
	vertical-align: top;
	width: 150px;
}
.right_col {
	text-align: center;
	vertical-align: top;
	width: 150px;
}

.header {
	height: 135px;
	width: 410px;
}
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.table_main {
	background-color: #FFFFFF;
	width: 760px;
	border: 1px solid #666666;
}
.td_content {
	vertical-align: top;
	width: 460px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #CC0000;
}
.nav_links {
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 8px;
}
.form_title {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.form_question {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.pad_5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
