@charset "UTF-8";
/* CSS Document */

a:link {color: #2C8CC6; text-decoration: none; font-weight:bold}
a:visited {color: #2C8CC6; text-decoration: none; font-weight:bold}
a:hover {color: #999999; text-decoration: none; font-weight:bold}

p {
	font-family:Verdana, sans-serif;
	font-size:x-small;
	font-weight:normal;
	margin:0;
	margin-top:0px;
	margin-bottom:10px;
	color:#000;
}

h1 {
	font-family:Century Gothic, sans-serif;
	font-size:large;
	font-weight:bold;
	margin:0;
	margin-top:2px;
	color:#FFF;
}

h2 {
	font-family:Century Gothic, sans-serif;
	font-size:large;
	font-weight:bold;
	margin:0;
	margin-top:2px;
	margin-left:10px;
	color:#FFF;
}

h3 {
	font-family:Century Gothic, sans-serif;
	font-size:x-large;
	font-weight:bold;
	margin:0;
	margin-top:10px;
	margin-left:15px;
}