BODY {
	background-color : White;
	margin-left : 0px;
	margin-top : 0px;
}

.Main {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Green;
	text-decoration : none;
}

A:VISITED
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Green;
	text-decoration : none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Gold;
	text-decoration : underline;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	text-decoration : none;	
}

.Nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Goldenrod;
	font-weight: bold;
	text-decoration : none;
}

.Nav A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	font-weight: normal;
	text-decoration : none;
}

.Nav A:VISITED
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	font-weight: normal;
	text-decoration : none;
}

.Nav A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Gold;
	font-weight: normal;
	text-decoration : underline;
}

.Nav A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	font-weight: normal;
	text-decoration : none;	
}

H1 {
	text-align : center;
	color : Green;
	font-size : 12pt;
	font-weight : bold;
}

.Disclaimer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : Silver;
}


