body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	text-decoration: underline;
	}

a:link {
	color: #0066CC;
	}

a:visited {
	color: #0066CC;
	}

a:active {
	color: #0066CC;
	}

a:hover {
	color: #FF3300;
	}

.content {
	width:330px;
	background-color:#ffd520;
	line-height:11px;
	font-size:11px;
}
	
textarea  { color: black; font-size: 12px; }

select  { color: black; font-size: 12px; width:170px; }

input   { color: black; font-size: 12px;  }

.btn {
	margin-top: 12px;
	background-color:#00539F;
	color: #fff;
	padding: 1px 0 0 0;
	width: 220px;
}


