/* CSS Document */
.footer {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : White;
}
A.footer {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : White;
	text-decoration : none;
}

A.footer:hover {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : White;
	text-decoration : underline;
}

BODY, TD, P, DIV, SPAN {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;
	color : White;	
}
P.heading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;
	color : White;
	font-weight : bold;
}

A {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : White;
	text-decoration : none;
}
A:hover {
	font-family : "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : White;
	text-decoration : underline;
}









