* {
	margin: 0;
	padding: 0;
}
body {
	margin: 50px 0px;
/*	padding: 10px; */
	background: #eaeaea;
	text-align: center;
	font-family: calibri,verdana,arial;
	font-size: 14px;
	color: #333333;
}
.container {
	width: 1000px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}
.header {
	padding: 10px;
}
.main_title {
/*	background: #FF8C00; */
	background: #f09022; 
	color: #ffffff;
	padding: 5px;
	font-size: 20px;
	font-weight:bold;
	line-height: 30px;
	text-align: center;
}
.sub_title {
	color: #000000;
	padding: 5px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.content {
	padding: 15px;
	line-height: 30px;
	min-height: 400px;
	margin-left: 80px;
	margin-right: 80px;
}

.content ul{
	position:relative;
	left: -30px;
	width: 95%;
	list-style-image:url(images/arrow_orange.gif)
} 

.content li{
	position:relative;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:100px;
	line-height:20px;
} 

.content a:link , .content  a:visited , .content  a:active {
	text-decoration:none;
	color:#000000;
}

.content a:hover {
	font: bold 12px;
/*	color:#5e5e5e;*/
	color: #f09000
} 

.footer {
	padding: 5px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.button {
	display: inline-block;
	width: 150px;
/*	background: #FF8C00; */
	background: #f09022; 
	color: white;
	padding: 3px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
	line-height: 20px;
}

.button:hover { 
	background-color: #999;  
	text-decoration:none;
}

input{
	display: inline;
/*	width : 100px; */
	min-height:20px;
}

input[type=submit],[type=reset],[type=button]{
/*	background: #FF8C00; */
	background: #f09022; 
	color: #fff; 
	padding: 5px; 
	font-weight: 600; 
	display: inline-block; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px; 
}

input[type="submit"]:hover,[type="reset"]:hover ,[type="button"]:hover{ 
	background: #999; 
}

/*
input [type=reset] {
	font-size: 110%;
}
*/

#results {
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
	table-layout:fixed;
    border-collapse: collapse;
}

#results td {
    font-size: 1em;
    border: 1px solid #d3d3d3;
    padding: 2px 5px 2px 5px;
	line-height: 20px;
	overflow: hidden;
}

#results th {
    font-size: 1em;
    padding: 1px 5px 1px 5px;
	line-height: 20px;
	overflow: hidden;
	background-color: #d3d3d3
}

#results tr.alt  td {
/*	color: #000000; */
	line-height: 20px;
    background-color: #EAF2D3;
}

label{
	display: block;
	float: left;
	margin-left: 100px;
	width : 160px;    
	font-size: 110%;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}