.main {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #003366; text-decoration: none}
.click { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF0000; text-decoration: none }
input, textarea, select
{
	border: 1px solid #003366;
	background: #FFF;
	padding: 2px;
	font: 10px Verdana;
	color: #666666;
}
input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #003366;
}

a.code{font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; text-decoration:underline; color:#EE792C}
a.code:hover{font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; text-decoration:none}

