BODY		{
	color:		#000000;
	font-family:	Helvetica, Verdana, Arial;
	font-size: 12px;
}


.toplink		{
	color:		#ffffff;
	font-family:	Helvetica, Verdana, Arial;
	font-size: 13px;
}

	.toplink:hover {
			COLOR: #ffffff;
		text-decoration: underline;
	}
	
	.toplink:link {
		COLOR: #ffffff;
		text-decoration: none;
	}
	
	.toplink:active {
		COLOR: #ffffff
		text-decoration: underline;
		
	}
	.toplink:visited {
		COLOR: #ffffff;
		text-decoration: none;
	}

.sidelink		{
	color:		#000000;
	font-family:	Helvetica, Verdana, Arial;
	font-size: 12px;
}

	.sidelink:hover {
			COLOR: #000000;
		text-decoration: underline;
	}
	
	.sidelink:link {
		COLOR: #000000;
		text-decoration: none;
	}
	
	.sidelink:active {
		COLOR: #000000
		text-decoration: underline;
		
	}
	.sidelink:visited {
		COLOR: #000000;
		text-decoration: none;
	}

A:hover {
        COLOR: #000000;
	text-decoration: underline;
}

A:link {
	COLOR: #202070;
	text-decoration: none;
}

A:active {
	COLOR: #000000
	text-decoration: underline;
	
}
A:visited {
	COLOR: #202070;
	text-decoration: none;
}