body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
}
#container {
	width: 100%;
}
#header {
	display: none;
}
#globalnav {
	display: none;
}
#menu {
	display: none;
}
#banner {
	display: none;
}
#content_container {
	width: 100%;
}
#content {
	width: 100%;
}
#col1 {
	display: none;
}
#col2 {
	width: 100%;
}
#col2 table {
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
}
#col2 th {
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
#col2 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
td.number {
	text-align: right;
}
#footer {
	width: 100%;
}
#footer img {
	display: none;
}
#footer_links {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	line-height: normal;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 10pt;
	font-weight: normal;
}
a {
	text-decoration: underline;
	color: gray;
}
a:hover {
	text-decoration: underline;
	color: gray;
}
legend {
	color: black;
}
label {
	display: block;
}
input {
	display: block;
}
hr {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: 0px;
	height: 1px;
	color: gray;
	background-color: gray;
}
img {
	border: none;
}