.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.bodybold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.menu a:hover {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	}
	
.menu a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.menu a:visited {

	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.body a:link {
	text-decoration: underline;
	color: #000000;
	}
.body a:hover {
	text-decoration: none;
	color: #555555;
	background-color: #FFFFFF;
	}
.body a:active {
	text-decoration: underline;
	color: #000000;
	}
.body a:visited {

	color: #000000;
	text-decoration: underline;
}

.bodybold a:link {
	text-decoration: none;
	color: #686F93;
	}
.bodybold a:hover {
	text-decoration: none;
	color: #686F93;
	}
.bodybold a:active {
	text-decoration: none;
	color: #686F93;
	}
.bodybold a:visited {
	color: #686F93;
	text-decoration: none;
}
