body {
	font-style: 					normal;
	font-family:					arial;
}

a:visited {
	color:					#904040;
	text-decoration:			none;
}
a:link {
	color:					#900000;
	text-decoration:			none;
}
a:hover {
	color:					#f00000;
	text-decoration:		underline;
}


img {
	vertical-align:		text-top;
	//float: left;
}
ul {
	margin-top:			2px;

}
dl {
	margin-left:		20px;
}

p.quote {
	margin-top:			3px;
	margin-left:		40px;
	width:				70%;

}

.footer {
		position:			relative;
		padding-top:		70px;
		margin-left:		auto;
		margin-right:		auto;
        font-size:			9pt;
		font-family:		sans-serif;
        text-align:			center;
}



