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

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

div#content p {
	color: black;
	line-height: 149%;

}

div#content a {
	color: #4c5b6f;
	line-height: 149%;
	font-weight: bold;
	text-decoration: underline;
}

div#content h1 {
	margin: 0;
	margin-top: 2px;
	font-size: 128%;
	color: #7e8083;
	font-weight: bold;
}

div#content h2 {
	font-size: 86%;
	color: #7e8083;
	font-weight: bold;
	margin: 0;
	line-height: 149%;
}

div#content ul {
	margin: 0;
	padding-left: 14px;
}

div#content ul li {
	color: #7e8083;
	line-height: 149%;
	padding-bottom: 4px;
}

div#content hr {
	border-color: white;
	color: white;
	background: white;
	border-width: 0;
	width: 100%;
	height: 0;
	border-bottom: #b3b5b4 solid 1px;
	padding-top: 4px;
}

div#content table {
	margin: 0;
	padding: 0;
	border: 1px solid #b3b5b4;
	border-collapse: separate;
	border-spacing: 5px;
}

div#content table td {
	color: #7b7a7a;
	margin: 0;
	padding: 3px 3px 3px 3px;
}

div#content table thead td {
	background-color: #efefef;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

div#content table tbody td {
	padding: 2px 0px 2px 0px;
	border: 0;
}
