div#content p, div#content li, div#content td p {
	font-size: 93%;
}

div#content li li {
	font-size: 100%;
}

div#content p,
div#content li {
	color: #231f20;
	line-height: 161.6%;
}

div#content a {
	color: #231f20;
	text-decoration: none;
}

div#content a:hover {
	color: #231f20;
	text-decoration: none;
}

div#content h1 {
	margin: 0;
	font-size: 182%;
	color: #231f20;
	line-height: 100%;
	font-weight: normal;		
}

div#content h2 {
	font-size: 123.1%;
	color: #231f20;
	font-weight: bold;
	margin: 0;
	line-height: 110%;
}

div#content h3 {
	margin: 0;
	font-size: 170%;
	color: #231f20;
	line-height: 130%;
	font-weight: normal;	
}

div#content ul {
	margin: 0;
	padding: 0;
	margin-left: 13px;
	margin-top: 3px;
}

div#content hr {
	border-color: black;
	color: black;
	background: black;
	border-width: 0;
	width: 100%;
	height: 0;
	border-bottom: #231f20 solid 1px;
	padding-top: 0px;
}
	
