a:hover  {
	color : #FFCC00;
}

a:link  {
	text-decoration : none;
}

a:visited  {
	text-decoration : none;
}

input  {
	font-family : Verdana,Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	color : #111111;
	font-weight : bold;
}

input.button  {
	font-family : Verdana,Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	color : #111111;
	font-weight : bold;
}

input.select  {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	color : #111111;
	font-weight : bold;
}

textarea  {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #111111;
	width : 200px;
}


