/* CSS Document */

body	{
	margin-top: 0;
	margin-left: 0;
	background-color: #bfbfbf;
	color: #000000;
	font-family: arial, helvetica;
}

a	{
	color: #cc0000;
}

a:hover	(
	color: #000000;
)

a:active	(
	color: #666666;
)

a:visited	(
	color: #666666;
)

a.nav	{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

a.nav:hover	(
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
)

a.nav:active	(
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
)

a.nav:visited	(
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
)

.structure	{
	height:100%;
	width:850px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.header	{

}

.nav	{

}

.content	{
	font-size: 12pt;
	text-align: center;
}

.footer {
	color: #000000;
	font-size: 9pt;
	text-align: center;
}