a	   { 
		font-weight: bold; 
		color: #CCCCCC; 
		text-decoration: underline;
		}
a:link { 
		font-weight: bold; 
		color: #CCCCCC; 
		text-decoration: underline;
		}
a:visited {
		font-weight: bold; 
		color: #CCCCCC;  
		text-decoration: underline;
		}
a:hover { 
		font-weight: bold; 
		color: #FF0000; 
		text-decoration: underline;
		}
P  {	
		font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 11.5px;
		color: #000000;
		line-height: 19px;
	  }
td.contactform	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		}
.footer {
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		line-height: 16px;
	  }
.header {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #666666
		}
input.off
{
	background-color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px #999999 solid;
	width: 200px;
}

input.on
{
	background-color:white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px black dashed;
	width: 200px;
}

input.submit
{
	background-color:#000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #CCCCCC;
	width: 150px;
}

select.off
{
	background-color:#FFECB3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #526657;
}

select.on
{
	background-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #526657;
}

textarea.off
{
	background-color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px #999999 solid;
	width: 200px;
	height: 100px;
}

textarea.on
{
	background-color:white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 1px black dashed;
	width: 200px;
	height: 100px;
}
