/* CSS Document */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	background: white;
}

#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
}

#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: black;
	display: inline;
}


#wrapper img {
	display: none;
}

h1 {
	color: #000;

}

ul#nav {
	display: none;
}

ul#nav li {
	display: none;
}

ul#nav a {
	display: none;
}

#content {
	float: none;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
}

#content p {
	font-size: 100%;
	line-height: 16pt;
	color: #000;
}

#content ul {
	line-height: 18pt;
	color: #000;
	font-weight: bold;
}

#content img {
	display: none;
}

#contentB {
	display: none;
}

.sidebox {
	display: none;
}

.sidebox img {
	display: none;
}

.sidebox p {
	display: none;
}

#footer {
	color: #000;
	background: white;
	text-align: left;
	font-size: 10pt;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000;
	line-height: 18pt;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000;
	line-height: 18pt;
}

h4 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #000;
}



a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

.pin {
float: none;
clear: both;
height: 0;
_display: none;
}