BODY {
	color : Black;
	font-weight: normal;
	font-family : Verdana, Ariel, sans-serif;
	font-size:  12px;	
	margin-top: 0%;
	}

/* Not set for 2002 */
A:LINK {
	color : Blue;
	text-decoration : none;
}

A:active {
		color : Red;
	text-decoration : none;	
}

A:Visited {
	color: Purple;
	text-decoration: none;
}
	
A:HOVER {
	color : Red;
	text-decoration : underline;
}




H1 {
	color : White;
	font-family : Verdana, Ariel, sans-serif;
	font-size:  16px;	
}

/* Not set for 2002 */
H2 {
	color : #3399ff;
	font-family : Verdana, Ariel, sans-serif;
	font-size : 140%;
}

/* Not set for 2002 */
H3 {
	color : black;
	font-family : Verdana, Ariel, sans-serif;
	font-size : 120%;
}

/* Not set for 2002 */
H4 {
color : Blue;
font-family : Verdana, Ariel, sans-serif;
	font-size : 115%;
}

/* Not set for 2002 */
H5 {
	color : Black;
	font-weight: normal;
	font-family : Verdana, Ariel, sans-serif;
	font-size:  11px;	
}

/* Not set for 2002 */
H6 {
	color : Blue;
	font-family : Verdana, Ariel, sans-serif;
	font-size : 85%;
	}

TD {
	font-family : Verdana, Ariel, sans-serif;
	color :  Black;
	font-size:  12px;
	
	}
	
/* Slightly Smaller Text Size */
.Understate {
	font-size : 85%;
	}
