@charset "utf-8";
/* CSS Document */

/*	TAGS	*/

body {
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #003862;
}

/*	CLASSES	*/

.footer, .footer a {
	color: #000;
}


/*	IDs	*/

#tableNav {
	display: none;
}

#mainContent {
	background-image: none;
}

#mainContent #bannerLeft {
	display: none;
}
#mainContent #bodyText {
	margin-left: 10px;
	font-size: 12px;
	line-height: 15px;
	font-family: arial,helvetica;
	color:#003862;
	vertical-align: top;
	padding: 5px;
}
