/* CSS Document */
body {
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

/*.menu {
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
}*/

.smallgrey {
	font-family: "Century Gothic", sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:right;
}

h1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #99cc33;
	margin-top: 5px;
	text-transform: uppercase;
}


h2 {
	font-size: 18px;
	line-height: 24px;
	/*font-weight: normal;*/
	color: #666666;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	/*font-weight: normal;*/
	color: #99cc33;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 5px;
	text-transform: uppercase;
}


a {
	color: #99cc33;
	text-decoration: none;
}
a:hover {
	color: #99cc33;
	text-decoration:underline;
}

hr {
	border-top: 1px solid #999999;
	height: 1px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #ffffff;