.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

A.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A:hover.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
}
.greentext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: green;
	text-decoration: underline;
}
A:hover.greentext
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color:green;
	text-decoration: underline;
}
.txtbox {
	border: 1px outset #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Footer {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
A.Footer {

	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A:hover.Footer {

	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
}