/* CSS Document */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Arial, Helvetica, sans-serif;*/
	/* centering code */
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 777px; 
}
#centered 
{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 777px;
	height: 578px;
	text-align: left;
	margin-top: 0px;
	background-color: #252525;
	z-index: 1;
}
p.top
{
	margin:3px 10px 10px 10px;
	font-size: 7pt;
	color: #dddddd;
	text-transform: uppercase;
	font-weight: bold;
}
p.header, h1
{
	margin:10px 10px 15px 10px;
	font-size: 13pt;
	color: #99cccc;
	text-transform: uppercase;
	font-weight: bold;
}
p.subheader, h2
{
	margin:10px 10px 10px 10px;
	font-size: 11pt;
	color: #dddddd;
	text-transform: none;
	font-weight: bold;
}

h3
{
	margin:-10px 10px 10px 10px;
	font-size: 7.5pt;
	color: #dddddd;
	text-transform: none;
	font-weight: bold;
}

p.subheader-only
{
	margin:10px 10px 10px 10px;
	font-size: 7pt;
	color: #dddddd;
	text-transform: none;
	font-weight: bold;
}
p.text, label, p
{
	font-size: 7.5pt;
	margin:10px 10px 10px 10px;
	color: #aaaaaa;
}
ul, ul li, ol, ol li {color: #aaaaaa; font-size: 7.5pt; padding:0; margin:0;}
ul li, ol li {margin-left:30px;}
ul li {list-style-type:none;}

span.normal
{
	text-transform: none; 
	font-weight: normal;
}
span.subheader
{
	font-size: 7.5pt;
	color: #dddddd;
	font-weight: bold;
}

p.blank
{
	font-size: 7.5pt;
	margin:0px 10px 0px 10px;
	color: #aaaaaa;
}
a.text-link
{
	text-decoration: none;
	color: #667a7f;
}
a.text-link:hover
{
	text-decoration: underline;
}
p.footer
{
	margin:20px 10px 10px 10px;
	font-size: 7pt;
	text-align: left;
	color: #314A5A;
}
a.footer-link
{
	text-decoration: none;
	color: #314A5A;
}
a.footer-link:hover
{
	text-decoration: underline;
}

