body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1,h2,h3 {
	font-size:11px;
	font-weight:bold;
}

a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #FF0033;
}

input, textarea, select, option, radio, checkbox{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	background-color: White;
	border-style:solid;
	border-width:1px;
	border-color: #708090;
	text-align: center;
}
