/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2c2c2c;
	}

table {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2c2c2c;
	}

hr {
	color: #929191;
	background-color: #929191;
	border: none;
	height: 1px;
	width: 100%;
	}

a:link, a:visited {
	color: #b52126;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#b52126;
	text-decoration: none;
	}

p {
	margin: 6px 0 6px 0;
	}

h1 {
	font-weight: bold;
	font-size: 160%;
	margin: 0 0 6px 0;
	color: #000000;
	}

h2 {
	color:#2c2c2c;
	text-decoration: none;
	font-size: 130%;
	margin: 0px 0px 6px 0px;
	}

h3 {
	color:#8a8989;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;
	font-size: 85%;
}

h4 {
	color: #b52126;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	margin: 0px 0px 6px 0px;
}

	
select, input, textarea
	{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	}


