/* CSS Document */

body, td {
	color: #0f0f0f;
}
hr {
	background-color:#ffffff; /*Firefox, Netscape, Safari all use background-color attribute. */
	color: #0f0f0f; /* IE7 uses color attribute. */
}
a {
	color:#ff850d;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
.masthead_screen { 
	display:none;
}
.footer_screen { 
	display:none;
}
.masthead_print {
	height:auto;
	display:block;
	text-align:center;
}
.footer_print {
	height:auto;
	display:block;
	text-align:center;
}
.navigation {
	display:none;
}
.content {
	color: #0f0f0f;
}
.foot {
	color: #0f0f0f;
}
.heading {
}
.subhead {
}
.small {
}
.img_border {border: 1px solid #cccccc; padding: 3px;
}
.form_note {
}
.required {
}