body {
	background: #aabb38;
	margin: 10;
	padding: 0;
}

a:link { font-family: Arial; font-size: 12px; color: #333333; text-decoration: underline}
a:visited { font-family: Arial; font-size: 12px; color: #333333; text-decoration: underline}
a:active { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none}
a:hover { font-family: Arial; font-size: 12px; color: #333333; text-decoration: none}

td { font-family: Arial ; font-size: 12px; color: #333333;}

.req { color: #723835;}
input, select, textarea { font-family: Arial; font-size: 11px; color: #000000; border: solid 1px #8C8E08; background: #ffffff; padding: 2px;}
input.none, select.none, textarea.none{ font-family: Arial; font-size: 11px; border: none; background: #ffffff;}

input:focus, select:focus, textarea:focus { background: #ffffff; border: solid 1px #aabb38;}

.note { font-family: Arial ; font-size: 10px; color: #686868;}
