body,html {
	font-family: Arial;
	font-size: 12px;
}	

p {
		font-family: Arial;
		font-size: 12px;
		color: #555555;
		text-align: justify;
		line-height: 20px;
		margin: 0 0 9 0;
	}
	
	.list {
		font-family: Arial;
		font-size: 11px;
		color: #555555;
		text-align: left;
		line-height: 130%;
		margin: 0 0 9 0;
	}
	.intro {
		font-family: Arial;
		font-size: 11px;
		color: #111111;
		text-align: left;
		line-height: 150%;
		margin: 0 0 9 0;
	}
	.contact {
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		font-weight: bold;
		text-align: center;
		line-height: 130%;
		margin: 0 0 9 0;
	}
	.footer {
		font-family: Arial;
		font-size: 10px;
		color: #7D7D7D;
		text-align: center;
	}
	a.footer {
		font-family: Arial;
		font-size: 10px;
		color: #7D7D7D;
		text-align: center;
		text-decoration: none;
	}
	a.footer:hover {
		font-family: Arial;
		font-size: 10px;
		color: #A95B1D;
		text-align: center;
		text-decoration: none;
	}
	.form {
		font-family: Arial;
		font-size: 10px;
		color: #555555;
		line-height: 130%;
		font-weight: bold;
	}
	input,option,select,text,textarea {
		font-family: Arial;
		font-size: 10px;
		color: #555555;
	}
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	ul {  
	margin-left: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	list-style: disc;
	list-style-type: disc;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	line-height: 130%;
	text-decoration: none;}
	
	
	li {margin: 0; padding: 0; font-weight:bold; color:#a91d1d;}