body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {	
	font-size: 24px;
	font-weight: bold;
	color: #777777;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	vertical-align: middle;
}
h2 {
	font-size: 12px;
	color: #FF6633;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	
}
input {
	font-size: 10px;
	color: #000000;
	background-color: #fff5ee;
	letter-spacing: 2px;
}
select {
	font-size: 10px;
	color: #000000;
	background-color: #fff5ee;
	letter-spacing: 2px;
}
th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 3px;
	background: threedface;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

#formTable td {
	padding: 1px 1px 1px 3px;	
}
#formTable table {
	padding: 0px;	
	border: 1px solid;
}
#formTable tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #012E58;	
}
#resultTable table {
	padding: 0px;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	border: 1px solid;
}

#resultTable tbody {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}	
tfoot {
	/*text-align: right;*/
	margin-left: 10px;
}
#content {
	top: 120px;
	/*margin-left: 150px;*/
}
#content table td {
	font-size:10px;
	color:#003366;
}

#formTable table {
	border: 1px solid;
}
#menu {
    /*top: 120px;*/
	left: 0px;
	/*margin-left: 20px;*/
	margin-bottom:30px;
	float: left;
}
#menu h2 {
	margin-left: 3px;
}
#header { 
	clear: both;  
	bottom: 0px; 
	top: 0px;
	color: #0056A9;
	border: none; 
	width: 100%;	
}
#footer { 
	clear: both;  
	bottom: 0px; 
	left: 0px; 
	color: #0056A9;
	border: none; 
	width: 100%;	
}
#footer table{
	border: none;
}
#footer td{
	color: #000066;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 5px;
}
