body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
}

#container {
	width: 100%;
}

#content {
	width: 100%;
}

#col1 {
	width: 100%;
}

#col2 {
	width: 100%;
}

#nav {
	display: none;
}

#header {
	display: none;
}

#banner {
	display: none;
}

#footer {
	width: 100%;
}

#footer a {
	display: none;
}

#baseline {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
	
h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
}

.hide {
	display: none;
}

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

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

a:hover {
	text-decoration: underline;
	color: gray;
}

a.sublink {
	display: none;
}

img {
	border: none;
}

object {
	display: block;
}

strong, b {
	font-weight: bold;
}

fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

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;
}
