/*-----------------------*/
/* DISPLAY STYLES */
/* Main Body */
body {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
	background-color: #FFFFFF;
}
#breakingNews {
        display: block;
}
#flashDiv {
	display: none;
}
#printHeader {
	display: block;
}
#headTitle {
	text-transform: uppercase;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-left: 5px;
	line-height: 45px;
}
#navArea {
	display: none;
}
#footer {
	margin-top: 10px;
	border-top: 4px solid #000
}
#footer, #footer td, #footer a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}
#footer table {
	width: 800px;
}
#compName {
	color: #000000 !important;
	text-decoration: none;
}
#contentArea #headerArea, IMG.topCorners, IMG.bottomCorners {
	display: none;
}
#mainContent {
	position: relative;
	top: 0px;
	margin-bottom: 4px;
	border-bottom: 5px solid black;
}
