/*********** GLOBAL SETTINGS ************************/
*{margin:0;padding:0;
	font-family: Arial, Helvetica, sans-serif;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}
em{font-style:italic;}
strong{font-weight:bold;}

/*************************************************/
#body{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#header img,
#search,
#topnav,
#tabs,
#subnav,
#videos {
	display: none;
}

ul {
	margin-bottom: 20px;
	}
	
#header h1 {
	font-size: 28px;
	font-weight: bold;
	display: block;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

#content{
	font-size: 12px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}

#content img {
	margin: 10px 0;
}

#content table{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#content table td, #content table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 4px;
}

#content input,
#content select {
	border:none;
}

#footer p {
	font-size: 8px;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}