.normal {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.radio {
	background-color: #FFFFFF;
	border: 0px;
}

a:link, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

select,input,textarea,file,botton{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border: #0A245A 1px solid;
	background-color:#FFFFFF;
}