form {
border: 0px solid #CCCCCC;
padding: 0px;
 }
 
input {
 background-color: #eeeeee;
color: #333333;
 }

textarea {
background-color: #eeeeee;
color: blue;
 }
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;


}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ff6633;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;

}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #ff6633;
	text-decoration: none;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	text-indent: 1px;


}

