body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDEFE8;
	color: #666666;
}
p
{
	margin-top: 0px;
	margin-bottom: 10px;
}
.quote
{
}
a:link, a:visited, a:active
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #0067A4;
	text-decoration: underline;
}
a.blue-link:link, a.blue-link:visited, a.blue-link:active
{
	color: #FFF;
	text-decoration: underline;
}
a.blue-link:hover
{
	color: #000;
	text-decoration: underline;
}
a.site-footer:link, a.site-footer:visited, a.site-footer:active
{
	color: #0067A4;
	text-decoration: none;
}
a.site-footer:hover
{
	color: #0067A4;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
h2 {
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
span.highlight {
	color: #000000;
}
table {
	font-size: 11px;
	line-height: 15px;
}
tr {
	vertical-align: top;
}
ul {
	margin-top: -10px;
}
li {
	list-style: square;
}
#centered 
{
	width: 1024px;
	height: 700px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-left: -512px; 
	margin-top: 50px; 
	background-color: #ffffff
}
