h2 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	margin-left: 12px
}

a:link {
	color: Navy;
	text-decoration: underline;
}
a:visited {
	color: Blue;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline
}

a.white:link {
	color: White;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFF0;
	text-decoration: none;
}
a.white:hover {
	color: Yellow;
	text-decoration: underline
}


.pointer {  cursor: default}

P,UL,TD,TH,LI  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 16px;
}
P.white,UL.white,TD.white,TH.white,LI.white  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 16px;
	color : White;
}

BODY  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	color : Black;
}
BODY.white  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	color : white;
}

BODY.footer  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : Black;
}
