/* CSS Document */
body {
	font-family: "Arial";
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}
a:link {
	font-family: "Arial";
	color: #000000;
	text-decoration: underline;
	font-size: 13px;	
}
a:visited {
	font-family: "Arial";
	color: #000000;
	text-decoration: underline;
	font-size: 13px;	
	}
	
a:hover {
	font-family: "Arial";
	color: #972020;
	text-decoration: underline;
	font-size: 13px;	
}
p {
	font-family: "Arial";
	color: #000000;
	font-size: 13px;	
}
li {
	font-family: "Arial";
	color: #000000;
	font-size: 13px;	
}
h3 {
	font-family: "Arial";
	color: #000000;
	font-size: 17px;	
}
h4 {
	font-family: "Arial";
	color: #000000;
	font-size: 15px;	
}



