/********************** Basic HTML elements *********************/

BODY	{
	margin: 0px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	background-color: black;
	color: white;
	}

TABLE 	{ font-size: 11px; }

HR	{ color: #666666; height: 1pt; text-align: left; }

A	{ color: #004080; font-weight: bold;}

A:link, A:visited
	{ text-decoration: none; }

A:active, A:hover
	{ text-decoration: underline; color: green; }


/*****************************************************************/