/* CSS Document */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;

}


td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
a:link, a:visited { color: #E1371E; text-decoration: none; }
a:hover, a:active {
	color: #E1371E;
	text-decoration: underline;
} 

p.redtitle { color: #E1371E; font-weight:bold; font-size:12pt; }
.redtitle_small { color: #E1371E; font-weight:bold; font-size:10pt; }

/* LEFT NAVIGATION */
 #leftnav {
	margin-left: 22px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 11pt;
	line-height: 20pt;
	text-align: left;
} 
 #leftnav p {
	font-size: 13pt;
	line-height: 23pt;
	color: #E1371E; 
	text-align: left;
} 


#leftnav a:link, #leftnav a:visited {
	color: #E1371E;
	text-decoration: none;
	font-size: 13pt;
}
#leftnav a:hover, #leftnav a:active { color: #999; } 
/* END LEFT NAVIGATION */

/* CONTENT AREA */
#contentarea {
	/* margin-top: 20px; */
	margin-left: 20px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top: 6px;
	font-size:10pt;
	color: #000;
	text-align: left;

		}
#contentarea img.border {
	border:2px solid #E1371E;
	margin: 10px;
}

/* END CONTENT AREA */

/* BOTTOM BOXES */
#bottomboxes {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: left;

		}
#bottomboxes img {	padding-right: 10px; }	
/* END BOTTOM BOXES */	

/* BOTTOM NAVIGATION */
#bottomnav { margin-bottom: 3px; margin-top: 3px; text-align: center; color: #000; font-size: 10pt;  /*letter-spacing: -.2px;*/ }
#bottomnav  a:link, #bottomnav a:visited { color: #E1371E; text-decoration: none; 	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
#bottomnav  a:hover, #bottomnav  a:active {	color: #999;	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
/* END BOTTOM NAVIGATION */


/* CREDIT  */
#credit { margin-bottom: 3px; margin-top: 5px; text-align: center; color: #999999; font-size: 9pt; }

#credit a:link, #credit a:visited { 
color: #999999;
 text-decoration: none; 
 font-size: 8pt;	
 }	
#credit a:hover, #credit a:active {	color: #E1371E;
font-size: 8pt;	 }

/* END CREDIT*/