/* CSS Document */
BODY {
	color: black;
	background: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}

.subheader {
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #009999;
}
.title_text {
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #009999;
	text-align: left;
}
#column_1 {
	display: none;
}
#header {
	display: none;
}
#column_3 {
	display: none;
}
#nav_bar {
	display: none;
}
#footer {
	display: none;
}
#printthispage {
	display: none;
}
#xhtml_valid {
	display: none;
}

