body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
table {
	font-size: 1em;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover, #header_bar a:hover {
	color: #CC6600;
	text-decoration: none;
}
table#base {
	width: 771px;
	border-right: 6px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	background-color: #FFFFFF;
}
table #nav td {
	background: #e0e2ec url(/images/nav_tile.gif) center;
	height: 24px;
	padding-left: 30px;
	text-align: left;
}
table #nav td a {
	color: #000000;
	text-decoration: none;
}
table #nav td a:hover {
	color: #0066CC;
	text-decoration: underline;
}
td.nav_cell {
	width: 251px;
	padding-top: 27px;
	/*padding-left: 13px;*/
	text-align: right;
	background-repeat: repeat-x;
}
.footer_bar {
	background: #e0e2ec;
}



table #header {
	background: url(/images/header_tile.gif);
}
.subhead {
	font-weight: bold;
	color: #CC6600;
}
table #cta_3 {
	background: #f7f6ef;
}
table #cta_1 {
	background: #dadfeb;
}
table #cta_2 {
	background: #eef1f9;
}
#header_bar {
	background: #9ACD68;
}
.left_col {
	background: #f7f6ef;
}
.heading {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 28px;
}
.content {
	padding-right: 15px;
	padding-left: 28px;
	padding-bottom: 20px;
}
.left_col_cta {
	padding-right: 15px;
	padding-left: 15px;
}

#header_bar a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.required {
	color: #FF0000;
}
