BODY {
	background: #F0F0F0;
	font-family : verdana;
	color : #000000;
	font-size : 10px;
	margin-top : 5px;
	margin-left : 0;
	margin-right : 0;
}

a.link-bar:link {
	color: #000000;
	font-weight: bold;
	font-size : 10px;
	text-decoration: none
}

a.link-bar:visited {
	color: #000000;
	font-weight: bold;
	font-size : 10px;
	text-decoration: none
}

a.link-bar:hover {
	color: #FF0000;
	font-weight: bold;
	font-size : 10px;
	text-decoration: blink;
}

a.link-bar:active {
	color: #000000;
	font-weight: bold;
	font-size : 10px;
	text-decoration: blink;
}

.main {
	color: Black;
	font-family: Verdana;
	font-size: 10pt;
	background: White;
}

.footer {
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	background: url(images/footer.gif);
}		

