body {
	background: #F6F6F6 url(/images/background.jpg) repeat-x 0 top;
	margin-top: 0;
}

p, td {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #111;
}

/* order: Link Visted Hover Active  */
a:link { color: #fd6624; text-decoration:none; }
a:visited { color: #ff8b38; text-decoration:none; }
a:hover { color: #fd6624; text-decoration: underline; }
a:active { color: #d70606; }




#container {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

.mainbody {
	padding-left: 34px;
	padding-top: 26px;
	padding-bottom: 8px;
}

li {
	padding-bottom: 12px;
}

.header {
	font-weight: bold;
	font-size: 16px;
	color: #375475;
}

.subheader {
	font-weight: bold;
	font-size: 14px;
	color: #5797ae;
}



.footer {
	
	color: #555;
	font-size: 11px;
	background: url(/images/bottomtab_bkgd.gif) no-repeat;
	height: 27px;
}

.anchor {
	font-size: 11px;
	color: #555;
}

