body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 660px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {background-color:#FDFDFD; border-top:#EFEFEF 1px solid;margin:0px; padding:0.7em;}
#footer {
	font-size:65%;
	font-color:#0F0F0F;
}
#footer td {
	vertical-align:middle;
}		
#footer a:hover
{
	color:white;
	background-color:#0000EF;
}
	
div.#sig {
	font-size:65%;
	font-color:#0F0F0F;
}

h5 {
	margin-top:4px;
	margin-bottom:4px;
}

label{
	float:left;
	font-weight: bold;
	font-size:0.7em;		
	width: 12em; 
	margin-right: 1em;  
	margin-top:2px;	
	text-align: right; 		
}
.heading {
	float: left;
	font-weight: bold;
	font-size:0.7em;		
}	
.reqfield {
	color:red;	
	margin-left:0.3em;
}	

input
{
	width: 70px;
	text-align:center;
}
input.editable {
	background-color:#D09CFF;
	color:white;
	font-weight:bold;
	border:none;
	border : 2px solid #D09CFF;

}
input.active {
	border : 2px solid #000000;
}
br{
	clear: left;
}

tr {
	background-color:#FFFFFF;
}
td {
	vertical-align:top;
}	

div.error {
	background:#ffffd5 none repeat scroll 0%;
	border-bottom:1px solid red;
	border-top:1px solid red;
	color:#555555;
	font-size:12px;
	line-height:29px;
	text-align:center;
}	
.error {margin:0;padding:0;}
input.error{		
	border : 1px solid red;
	background-color : #ffffd5;
	margin : 0;
	color : red;
}	
label.error{		
	text-align:left;
	color : red;
	width:inherit;
}	
span {
	font-size:0.7em;		
}
input.disabled {
	background-color:white;
}
label.nobold
{
	font-weight:normal;
}
table.fields {
	border: 2px solid #000000;	
}

span.fieldval {
	font-weight:bold;
	text-align:center;
}

.fields td div div {
	margin-left:35px;
	display:inline;
	text-align:center;
}
#noPrint {
	display:none;
}