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

<style type="text/css">
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FFF;
}
a:visited {
	color: #1982d1;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size:11px;
	
}
a:active {
	color: #1982d1;
	text-decoration: none;
	font-family:"Century Gothic";
	font-size:11px;

}
a:hover {
	color: #ccc;
	text-decoration: none;
	font-family:"Century Gothic";
	font-size:11px;

}
a:link {
	color: #1982d1;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size:11px;
	line-height:18px;
}
h1 {
	font-size: 20px;
	color: #1982d1;
	margin-left: 60px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right:30px;
	text-align:left;
}

h2 {
	font-size: 10px;
	color: #666666; 
	font-family: "Century Gothic";
	margin-left: 30px;
	margin-right: 30px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align:left;
}
h3 {
	color: #666;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size:12px;
	font-weight: normal;
	margin-right:30px;
	margin-left: 30px;
	text-align:left;
}
h4 {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic";
	font-weight: normal;
	margin-top: 0px;
	text-align:center;

}
h5 {
	color: #CCC;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size:18px;
	font-weight: normal;
	margin-right:30px;
	text-align:left;
}
footer {
	background-position: center;
	height: 40px;
	margin: 0px;
	position:fixed;
	bottom: 0px;
	left: 0;
    right: 0;
	width: 100%;
}




</style>


