/* MAIN.css */


.HEADING
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight:		bold;
	font-size:		large;
	color:			#002E7A;
}

BODY
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

H1
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight:		bold;
	color:			#002E7A;
}
 
H2
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight:		bold;
	color:			#002E7A;
}

H3
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight:		bold;
	color:			#002E7A;
}
 
H4
{
	font-family:		"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight:		bold;
	color:			#002E7A;
}

DT
{
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:			#002E7A;
	margin-top:		10px;
}


/* EOF */
