.mainlink:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainlink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.mainlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #00FFFF;
	height: 20px;
	width: 100px;
	margin-top: 8px;



}
.tdborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}
.heading {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.bottomlink:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.bottomlink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #333333;
}
