body {
	background-image: url();
	background-color: #d2d2d7;
}
.style1 {
	font-family: "Helvetica", "Arial", Verdana, Lucida Sans, sans-serif;
	font-size: 12px;
	color: #57557A;
}
.style2 {
	font-family: "Helvetica", "Arial", Verdana, Lucida Sans, sans-serif;
	font-size: 11px;
	color: #57557A;
}
.style3 {
	font-family: "Helvetica", "Arial", Verdana, Lucida Sans, sans-serif;
	font-size: 14px;
	color: #57557A;
}
body,td,th {
	font-family: "Helvetica", "Arial", Verdana, Lucida Sans, sans-serif;
	font-size: 11px;
	color: #ae7f97;
}
a {
	font-family: "Helvetica", "Arial", Verdana, Lucida Sans, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	
/* ------------------ OK-IMPLEMENTED ROLLOVER UNDERLINE AND SHADING  ------------------ */
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	background: #e5e5e5;

}
/* ------------------ END ROLLOVER UNDERLINE AND SHADING  ------------------ */


