@charset "UTF-8";
/* CSS Document */

body {
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h2 {
	
	font-size: 14px;
	padding: 0 0 20px 0;
	
}
a {
font-size: 13px;
color: #666;
text-decoration: underline;
font-weight: bold;
}

#header {
	padding: 15px 0 0 0;
}
	
#form {
margin-top: 0px;
margin-left: 0px;
padding-top: 0px;
min-height: 20px;
max-height: 20px;
background-color: #fff;
}


#footer {
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
 
}
#footer p{ 
	margin-left: 10px;
	margin-bottom: 5px;
	
}



#footer a {
text-decoration: none;

}