/* CSS Document */

body, td {
	color:#090066;
}
hr {
	background-color:#090066; /*Firefox, Netscape, Safari all use background-color attribute. */
	color:#090066; /* IE7 uses color attribute. */
}
a {
	color:#8982fd;
	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:#090066;
}
.foot {
	color:#090066;
}
.heading {
}
.subhead {
}
.small {
}
.img_border {
	margin:10px;
	padding:0px;
	border-top:2px solid #090066;
	border-bottom:2px solid #090066;
}
.form_note {
}
.required {
}
