body {
	font-family: "lucida sans unicode", "lucida grande", verdana, arial,
		helvetica, sans-serif;
	color: #595959;
	font-size: 12px;
}

h1 {
	margin: 20px 0;
	font-weight: normal;
}

h2 {
	color: #3b8fb7;
	font-weight: normal;
	border-bottom: 1px solid #d1d2cd;
	margin: 20px 0 10px 0;
	padding: 0 0 12px 0;
}

.content ul {
	font-size: 11px;
	margin: 6px 0 0 0;
	line-height: 20px;
}

ol {
	list-style-type: decimal;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

ol li {
	list-style-type: decimal;
	padding: 15px 15px;
}

* html body ul li {
	background: url(../img/bullet_arrow2.png) no-repeat 0 6px;
}

p {
	text-align: justify;
}

td label {
	padding: 0;
	line-height: normal;
}

td {
	vertical-align: middle;
	padding: 5px 5px 0 0;
}

input {
	border: 1px solid #e2e0dc;
	font-size: 11px;
	padding: 4px;
}

textarea {
	border: 1px solid #e2e0dc;
	font-size: 11px;
	padding: 4px;
	width: 365px;
	height: 100px;
	font-family: "lucida sans unicode", "lucida grande", verdana, arial,
		helvetica, sans-serif;
}

strong,em {
	font-family: "lucida sans", "lucida sans unicode", "lucida grande",
		verdana, arial, helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link {
	color: #4f710d;
}

a:visited {
	color: #4f710d;
}

a:hover {
	color: #75b000;
	cursor: pointer;
}

#topnav a {
	color: #fff;
}

#footer {
	clear: both;
}

#footer a:link {
	color: #58544a;
	text-decoration: none;
}

#footer a:visited {
	color: #58544a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#topnav {
	display: none;
}

#header {
	display: none;
}

#mainnav {
	display: none;
}

#callout {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}

.content {
	margin: 0 auto;
	padding: 0;
}

.left_column {
	display: none;
}

.right_column {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
	clear: both;
	padding: 20px 0 15px 0;
	font-size: 9px;
	color: #58544a;
}

.hr {
	border-top: 1px solid #d1d2cd;
	margin: 10px 0 0 0;
}

br.all {
	clear: both;
}