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


body p {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;	
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;	
}

a:link, a:visited, a:active {
	color : #91A792;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	background-color : #91A792;
	color : #000;
	font-weight: bold;
}
ul li {
	list-style-position: outside;
	list-style-type: square;
}
.ctr {
	text-align: center;
	}
