﻿body 
{
	/*background-color: #d4d4d4;
	font-family: times New roman;*/
	background-color: #596b83;
}
 .wrapper /* any labels on the page will get their attributes from this class */
 {
   /*width: 46em;
   margin: 5px auto 0 auto;
   padding: 5 5 5 5;
   background-color: white;
   min-height:50em;*/
	width:746px;
    margin: 0 auto 0 auto;
    padding: 5 5 5 5;
    background-color: white;
	}
.report{background-color:white} /* use for those pages that need to remain white */
.textbox
{
	font-family:tahoma;
	font-size: .8em;	
	margin-bottom:.2em;	
}
.validator
{
	font-family:perpetua;
	font-size: .7em;	
	margin-bottom:.2em;	
	color: Red;
	font-weight:bold;
}
   
.label 
{
	font-family:arial;
	font-size: .7em;
	color: black;
	margin-bottom:.2em;	
}
.labelDes 
{
	font-family:arial;
	font-size: .6em;
	color: black;
	margin-bottom:.2em;	
}


.select
{
	font-family:arial;
	font-size: .7em;
	color: black;
	border: black 1px solid;	
	margin-bottom:.2em;
}
.input
{
	font-family:arial;
	font-size: .8em;	
	border: black 1px solid;
	margin-bottom:.2em;
}
.button
{
	font-family:  Lucida Sans;
	font-size: .7em;	
	border: black 1px solid;
	margin-bottom:.2em;
	/*background-color:#336677;*/
	background-color:#062956;
	color:white;
	font-weight:bold;
}
.heading
{
	/*color:#336677;*/
	color:#062956;
}
	
