body	{	background-color: #ffffff;
	}

a	{	font-family: Arial;
		font-weight: normal;
		font-size: 8pt;
		color: #0080ff;
		text-decoration: underline;
	}
	
A:hover	{
		font-family: Arial;
		color: #3A5195;
		text-decoration: underline;
		font-weight: bold;
	}
	
A:link	{
		color:#3A5195;
		text-decoration: underline;
	}

A:visited{
		color:#3A5195;
		text-decoration: underline;
	}


.menuCur{
		font-family: Arial;
		color: #ffffff;
		font-size: 8pt;
	}

.mainText{
		font-family: Verdana;
		color: #000000;
		font-size: 8pt;
	}

.footer	{
		font-family: Verdana;
		color: #c0c0c0;
		font-size: 8pt;
	}