body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#679092;
	font-size: 10px;
	text-align: center;
	}

a {
	font-size: 10px;
	font-weight: bold;
	color:#663300;
	text-align: left;
	
	
}
a:hover {color : #999966;}

input {margin-left:15px;}
td input {margin-left:0;}

.content_holder {
	position: absolute;
	top: 150px;
	left: 50%;
	width:80%;
	padding:15px;
	margin-left: -40%;
	}

.content {
	border: 3px double #CCFFFF;
	padding:15px;
	
	/*visibility:hidden;*/
	}

h1 {
	font-size: 16px;
	color: #CCFFFF;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 10px;
	font-weight: bold;
	color:#FFCCCC;
	text-align: center;
}

.label {
	font-size: 10px;
	color: #FFFF33;
	font-weight: bold;
}

.fld_label{
	font-size: 12px;
	color:#FFFFCC;
	vertical-align: top;
	font-weight: bold;
}

.FOCrequired, .FOCnotreq{
background-color: #FFFF66;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.required, .notreq{
background-color: #FFFFCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

button, button.mousOn, button.mousOff{
	font-size: 10px; 
	background: #ffffcc;
	width: 100px; 
	text-align: center;
	margin: 9px; 
	}

button.mousOff {
 color:#330066;
}

button.mousOn, button.hover {
color: #cc0000;
}

select{
	color:black;
	}
option{
	padding:2px;
	background-color: #CCCC99;
	}
select:focus, option:focus {background-color: #9999cc;}

table {
	margin:0 auto;
	text-align: left;
	}

.content td, .content th {
	border: none;
	}
