body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000066; 
	line-height: 24px;
	}
	
.formsList {  
	list-style-type: disc; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000066; 
	list-style-image: url(images/bullet.gif);
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

a {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #94825C;	
}

a:active {
	text-decoration: none;	
}







