@charset "UTF-8";
a:link {
	color: #063;
}
a:link.gray {
	color: #333;
}
a:hover.gray {
	color: #999;
}
a:visited.gray {
	color: #333;
}
body {font-family:"Century Gothic", Helvetica, sans-serif;
font-size:12px;
color:#666}
.textarea {
	font-family:"Century Gothic", Helvetica, sans-serif;
font-size:12px;
color:#666;
border:none;}
h1 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
h3 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
h3.green {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 22px;
	color: #063;
	font-weight: normal;
}
.fontsmall {
	font-size: 11px;
}
.fontlarger {
	font-size: 14px;
}
.justify {
	text-align: justify;
}
.fontsmaller {
	font-size: 10px;
}
.orange {
	color: #F60;
}

