body
{
	background-color: #8dbfff;
	text-align: center;
}

body, td, p
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: black;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #0099CC;
}

a:hover
{
	color: #007DA4;
}

h1
{
	margin-top:30px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #003366;
}

h2
{
	margin-top: 30px;
	font-size: 12pt;
	color: #003366;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

hr
{
	color: #0066CC;
	background-color: #0066CC;
	height: 1px;
	border-width: 1px;
	width: 90%;
	text-align: center;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	background-color: white;
}

#nav
{
	vertical-align: top;
}

#body
{
	vertical-align: top;
	padding: 5px 0 15px 15px;
}

#footer
{
	text-align: center;
	font-size: 8pt;
}

#statement
{
	margin-left: 57px;
	margin-right: 57px;
	padding: 5px;
	width: 456px%;
	background-color: #CCE6FF;
	border: 1px outset Silver;
}

.newsItem
{
	margin-bottom: 20px;
}

.newsItem img
{
	margin-right: 10px;
	float: left;
	clear: left;
}

.newsLine
{
	color: #6EB8FF;
	background-color: #6EB8FF;
	height: 1px;
	border: 1px dashed #6EB8FF;
	width: 90%;
	text-align: center;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}