input[type="text"] 
{
background: #FFF ;
}

A {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	FONT-WEIGHT: bold;
	color: #3E3E3E;
	TEXT-DECORATION: none
}
A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	FONT-WEIGHT: bold;
	color: #0A0A0A; 
	TEXT-DECORATION: none
}
.activelink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	FONT-WEIGHT: bold;
	color: #0A0A0A; 
	TEXT-DECORATION: none
}
A.otherlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3E3E3E;
	TEXT-DECORATION: none
}
a:hover.otherlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0A0A0A; 
	TEXT-DECORATION: none
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #60605A;
}
.contenthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #60605A;
}
.heading {
	font-family:  "Times New Roman", Times, serif;
	FONT-WEIGHT: bold;
	font-size: 16px;
	color: #3C3B31;
}

.contenthighlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold
}
ul           { text-align: left; list-style-type:disc; margin-left:1em; padding-left:1em; }
li           { text-align: left; list-style-type:disc; margin-left:0; padding-left:0; }