body {
	background-color: #D3D000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2D568C;
}

.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2D568C;
}

.nav a:hover {
	color: #D3D000;
}

hr {
	color: #2D568C;
	height: 1px;
}
.footer {
	font-size: 9px;
	color: #2D568C;
}

.footer a {
	color: #2D568C;
	text-decoration: none;
}

.footer a:hover {
	color: #D3D000;
	text-decoration: underline;
}
p, td {
	font-size: 10pt;
}
.hidden a
{
	font-size: 0pt;
	cursor: default;
	color: #d3d000;
	background-color: #d3d000;
	text-decoration: none;
}
.hidden a:visited
{
	font-size: 0pt;
	cursor: default;
	color: #d3d000;
	background-color: #d3d000;
	text-decoration: none;
}
.hidden a:hover
{
	font-size: 0pt;
	cursor: default;
	color: #d3d000;
	background-color: #d3d000;
	text-decoration: none;
}
