body {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
td {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	
}

a {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.link {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.link:hover {
	font-family: "Verdana";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFff00;
	text-decoration: underline;
}
a.p:link,a.p:visited  {
	color: #FF0000;
	text-decoration: none;
}
a.p:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.asp:link,a.asp:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
a.asp:hover {
	text-decoration: none;
	color: #FF0000;
}