.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D4D3D3;
	text-decoration: none;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #D4D3D3;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F5F5F;
}
.bodytxt a:link, .bodytxt a:visited, .bodytxt a:active {
	color: #5F5F5F;
	text-decoration: none;
	font-weight: bold;
}

.bodytxt a:hover {
	color: #CD3333;
	text-decoration: none;
}.headingBig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

