/* CSS Document */


body { 
	background-color: white; 
	font-family: arial, geneva, helvetica;
	color: #333333;
	line-height: 1.5em;
	} 

html>body { 
	font: arial, geneva, helvetica; 
}

a, a:link {
	color: #336699;
	}
	
a:visited {
	color: #336699;
	}
	
a:hover {
	color: #336699;
	text-decoration: none;
	}

a h1, a h2, a h3, a h4, a h5 {
	text-decoration:underline;
	}
		
li {
	margin: 0;
	padding: 0;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div.clear {
	clear:both;
	line-height:0px;
	}
	

/* article print styles */
/* ************************************************** */
	
 
h1 {
	font-size: 22px;
}
 
h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12px;
}

p {
	font-size: 12pt;
    color: #000000;
}

hr { 
color: #efefef; 
background-color: #efefef; 
border: 1px dotted #666666; 
border-style: none none dotted;
padding-top: 0px;
padding-bottom: 20px;
 }


/* footer */
/* ************************************************** */
#footer {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #B9B9B9;
	min-width: 768px;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	}

#footer ul {
	margin-top:5px;
	margin-left: 0px;
	white-space: nowrap;
	}

#footer li {
	display:inline;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #000;
	border-right: expression((this.parentNode.lastChild == this)? "none" : "1px solid #000" );
	}

#footer li:last-child {
	border:none;
	}
	
#footer p {
	margin:0px;
	font-size: 10px;
	}

#footer .footerRow {
	display: none;
	}


/* *********************************************************/
/* End Footer */



