
body {
	background-color: #ffffff;
}

A {
	color : #000000;
	text-decoration : underline;
}

A:Hover {
	color : #9FA617;
	text-decoration : none;
}

.header {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 26px;
	color : #000000;
	font-weight : normal;
	margin: 0px 0px 20px 0px;
}

.subheader {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	font-weight : bold;
}

.text {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : normal;
}

.footer {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7E092;
	font-weight : normal;
}

A.footer {
	color: #ffffff;
	text-decoration : none;
}

A.footer:Hover {
	color: #ffffff;
	text-decoration : underline;
}
