@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
body{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	}

hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1{
	font-size: 25px;
	color: #208e41;
	padding-bottom: 5px;	
	padding-top: 0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left: 0px;
	margin:0px;
}

h1 small{
	font-size: 16px;
	color: #000;	
}

h2{
	font-size: 25px;
	font-weight:bold;
	color:#fff;
	font-weight: lighter;
	margin-bottom:5px;
	margin-top: 0px;
	background-color:#32ac56;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h3{
	font-size:20px;
	font-weight: bold;
	color: #9acf03;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left:30px;
	background-image:url(h3arrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4{
	font-size:18px;
	font-weight: bold;
	color:#960;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top:0px;
}




p{
	color: #000;
	text-align:justify;
}

/*Link effect*/
a:link,a:visited,a:active {	
	color:#ab7433;
	font-weight:normal;
	text-decoration: none;
	border-color:none;	
}

a:hover {
	color:#e09844;	
	text-decoration:none;
}

