body{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}
img {
	border: none;
}
/* needed for Netscape Navigator to act like IE with List Items */
ul { 
	padding-left: 0px; 
}

.orangeFont {
	color: #E4481F;
}

/************** header tag styles **************/
h1 {
	color: #000080;
	font-size: 20px; 
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 16px;  
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #494947;
	font-size: 14px; 
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	color: #F24F00;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	color: #000080;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}

/******* hyperlink tag styles *******/
a {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	/*color: #E4481F;*/
	color: #F24F00;
	text-decoration: underline;
}
a:active {
	color: #000080;
	text-decoration: underline;
}

/**************************************/
/*        BANNER Styles               */
/**************************************/
#Wrapper 
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 8in;
}

#Banner
{
	display: none;
}

#Banner_print 
{
	display: block;
}

#Banner_Bar
{
	display: none;
}

/****************************************/
/*           CONTENT Styles             */
/****************************************/
#Content 
{
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}


/****************************************/
/*           FOOTER Styles              */
/****************************************/
#Footer
{
	display: none;
}

