/*  Screen style sheet 
    Updated: 12/22/09 John Hastings
*/ 

/* Global Styles */
body {
	margin:0px;
	background-color:#333;
	}
		
/* fcstatcss.css */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #990099;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding:10px;
}
.textbody_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding:6px;
}
.tablebody {
	font-family: Arial, Helvetica, sans-serif;
}
.smalltablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
.footer {
	color:white;
	background-color:#82968C;
	margin:0;
}
.nav {
	color:white;
	background-color:#82968C;
	margin:0;
}
#FlashHead { display:block; }
#PrintHead { display:none; }
