h1 {
	color: #003d7d;
	font-family: Georgia;
	font-size: 146.5%;
	border-bottom: 1px solid #003d7d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h2,
h3,
h4,
h5,
h6 {
	color: #c59613;
	font-weight: bold;
	margin-top: 20px;
}

h1.hideTitle {
	display: none;
}

ul,
ol,
p {
	color: #3c3c3c;
	font-size: 93%;
	line-height: 17px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

ul,
ol {
	margin-left: 16px;
}

ol li {
	list-style-type: decimal;
}

ol li,
ul li {
	margin-top: 4px;
	margin-bottom: 4px;	
}

ul li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
}

table {
	border-collapse:collapse;
	border: 1px solid Black;
}

th,
th p {
	background-color: #0094d3;
	color: White;
	font-weight: bold;
}

th {
	border-bottom: 1px solid Black;
}

td {
	border-bottom: 1px dotted Black;
}

td,
th {
	padding: 5px;
}
