@charset "utf-8";
/* CSS Document */


h1 {
	color: #009c46;
	font-family: Arial;
	font-size: 1.3em;
	font-style: italic;
}

h2 {
	color: #009c46;
	font-family: Arial;
	font-size: 1.3em;
	font-style: italic;
}


p {
	font-size: 1.1em;
	line-height: 16px;
	font-family: Arial;
}

a {
	color: #7dc595;
	font-family: Arial;
	font-size: 1em;
	text-decoration: underline;
}

a:hover {
	color: #e70070;
	text-decoration: underline;
}


ul {
	font-family: Arial;
	font-size:1em;
	list-style-image: url("../images/plus.gif");
	margin-left: 20px;
}

hr {
    background: #B7B5B1;
    display: block;
    margin-top: 30px;
}

sup {
    line-height: .9em; 
}

i {
    font-style: italic;
}

.read-more {
	float: right;
}

.page .ref {
    font-size: 10px;
    margin: 5px 0;
}
