/* CSS Document */

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	text-indent: -3px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #003366;
}
h2 {
	font-size: 16px;
	color: #003399;
}
h3 {
	font-size: 14px;
	color: #005CB9;
}
h4 {
	font-size: 12px;
}
p {
	margin-bottom: 8px;
	text-align:justify;
	color: #000000;
	line-height: 18px;
}
ul {
	margin: 0px 12px 12px;
	list-style-type: disc;
	font-size:14px;
	text-align:left;
}
ul li {
	margin: 0 0 4px 20px;
}

.content a {
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	padding-bottom: 0px;
	color: #003366;
}
.content a:hover {
	text-decoration: underline;
	border-bottom: 0px solid #005BB7;
	padding-bottom: 0px;
	color: #005BB7;
}