#font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #003366;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 2em;
	padding-bottom: .3em;
}
p {
	text-indent: 12px;
}
ol {
	padding-left: 40px;
	padding-bottom: 1em;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}

ul  {
	padding-left: 15px;
	padding-bottom: 1em;
}
ul li {
	display: list-item;
	list-style-type: disc;
}
a {
	color: #00B4A5;
	text-decoration: none;
}
a:hover {
	color: #DC0093;
}
.first {
	text-indent: 0px;
	padding-top: 68px;
}
.cap {
	font-size: 22px;
	color: #7CD739;
}
.noIndent {
	text-indent: 0px;

}
.indent {
	text-indent: 0px;
	margin-left: 20px;
}

