td {
	font-family: arial;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #CCCCCC;

}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
a:active {
	text-decoration: none;
	color: #FFFFFF;

}
th {

	font-family: arial;
	font-size: 11px;
	color: #666666;
}
input {
	font-family: arial;
	font-size: 10px;
	height: 18px;
	width: auto;
	color: #333333;


}
select {
	font-family: arial;
	font-size: 10px;
	color: #333333;
	height: 18px;
	width: auto;
}
textarea {
	font-family: arial;
	font-size: 10px;
	color: #333333;
	height: auto;
	width: auto;
}

