/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 10px 10px 10px;
	background-color:#FFFFFF;
}
 
p, ul, ol {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: justify;
	line-height: 16px;
	
	list-style-image:url(../images/li.jpg);
}

h1 {
	font-size: 21px;
	color:#5d9732;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color:#666666;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}

td {
	vertical-align:top;
}


/* CUSTOM CLASSES */



.alternate {
	font-size: 10px;
	color:#999999;
}




/* LINKS */
a {
	color:#5d9732;
	font-size: 12px;
	text-decoration:underline;
}

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

