body, td, p, li {
	font-family: "Times New Roman", serif;
	font-size: 9pt;
	margin: 0;
}

#main {
	visibility: visible;
	display: block;
}

#contact {
	visibility: collapse;
	display: none;
}

.headerTitle {
	width: 835px;
	background-color: #000066;
	font-size: 18pt;
	color: white;
	text-align: center;
}

.headerText, .footerText {
	color: green;
	text-align: center;
	font-size: 12pt;
	padding-top: 6px;
	padding-bottom: 6px;
}

.columnHeader, .footerTitle{
	display: block;
	width: 275px;
	height: 24px;
	font-size: 15pt;
	background-color: #000066;
	color: white;
	text-align: left;
	text-indent: 4px;
	margin-top: 10px;
}

.columnDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
	padding: 4px;
}

.mainTitle, .otherTitle {
	width: 275px;
	font-size: 13pt;
	text-align: left;
	text-indent: 4px;
	border-bottom: 2px solid black;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #DEDEDE;
}

.column {
	width: 275px;
	display: block;
	padding-bottom: 18pt;
}

.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}

.footerTitleOn {
	display: block;
	width: 273px;
	height: 22px;
	font-size: 14pt;
	text-align: left;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: white;
	color: #000066;
}

a.footerTitle:link, a.footerTitle:visited {
	color: white;
	text-decoration: none;
	font-size: 14pt;
	font-family: "Times New Roman", serif;
	font-weight: normal;
}

a.footerTitle:hover {
	display: block;
	width: 273px;
	height: 22px;
	font-size: 14pt;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: white;
	color: #000066;
}

a.footerTitle:active, a.footerTitle:focus {
	color: white;
	text-decoration: none;
	font-size: 14pt;
	font-family: "Times New Roman", serif;
	font-weight: normal;
}

.footerCopy {
	font-size: small;
	color: grey;
	postition: relative;
	text-align: center;
}

a.footerCopy:link, a.footerCopy:visited, a.footerCopy:hover, a.footerCopy:active, a.footerCopy:focus {
	font-size: small;
	color: grey;
	font-weight: normal;
	text-decoration: none;
}

.description, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	color: green;
}

a:visited {
	text-decoration: underline;
	color: green;
}

a:hover {
	text-decoration: none;
	color: green;
}

a:active {
	text-decoration: underline;
	color: green;
}

a:focus {
	text-decoration: underline;
	color: green;
}
