H1, H2, H3, BODY, A, TABLE, TR, TD {
	 FONT-FAMILY: verdana, arial;
     FONT-SIZE: 10px; 
	 TEXT-ALIGN: left;
}

H1
 {
	FONT-SIZE: 18px;
	FONT: bold;
	margin-top: 12px;
	color: #555555;
}

H2
{
	FONT-SIZE: 12px;
	FONT: bold;
	color: #555555;
}

H3 
{
	FONT: bold;
	color: Yellow;
	color: #555555;
}

.MENU {
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: left;
}

.MENU_HEADER {
	margin-bottom: 5px;
	margin-top: 12px;
	text-align: left;
	font-weight: Bolder;
}
BODY  
{
	background-color: FFFFFF;
	margin-top: 0px;
}

A:link
{
	text-decoration: none;
	color: #555555;
}

 A:visited
{
	text-decoration: none;
	color: #555555;
}

A:hover
{
	text-decoration: none;
	color: Red;
}