body, html	{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7b7b;
	line-height: 15px;
	
}


a:link, a:visited, a:active {
	color: #81007f;
	text-decoration: none;
}
a:hover {
	color: #0098d4;
	text-decoration: none;
}

h1 {
	font-size: 11px;
	color: #7b7b7b;
}

IMG {
border: 0px;
}

hr {
	color : #7b7b7b;
	height : 1px;
	clear : both;
	margin-bottom: 5px;
	margin-top: -3px;
	line-height: 1px;
}





ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}

ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;	
}
ul li {
	list-style-type: square;
	padding-bottom: 0px;
} 


