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

h1{
	color: #1CBECA;
	font-size: 17px;
	margin: 0 0px 10px 0px;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
}
p, .bodytext{
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
}

h2{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0px 10px 0px;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
}
h3{
	color: #1CBECA;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0px 10px 0px;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
}
h4{
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0px 10px 0px;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
}

.bodytext a
{
	color:#C1D82F;
	font-weight:bold;
	text-decoration:none;
	
}


