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

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height:175%;
	margin-top: 0;
	margin-bottom: 5px;
	}
	
h1 {font-family: Helvetica, Arial, sans-serif;
	font-style: bold;
	font-size: 1em;
	line-height:175%;
	margin: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: bold;
	font-size: 0.9em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
p ul {
	list-style-type: circle;
	margin-top: 0;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	line-height:165%;
	font-size: .8em;
	list-style-type: circle;
	margin-bottom: 8px;

}
