a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:13px;
}


input {

	font-weight: normal;
	font-size: 10px;
	font-style: normal;color:#333333;

}
select {

	font-weight: normal;
	font-size: 10px;
	font-style: normal;color:#333333;

}

