@charset "utf-8";
/* CSS Document */
/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body { padding: 0px;
	margin: 0px;
	background: white;
	text-align: left;
	font: 12px verdana, arial, sans-serif;
	line-height: 18px;
	width: 740px;
	
}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}

#wrapper {
	text-align: left;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 85%;
		
}
#content{
border-bottom: 2px dashed #666666;
}

h2{
	
    color:#7a0609;
	text-align: center;
	line-height: 250%;
	display:block;
	border-top: 2px solid #666666; 
	
	
}

.noprint {display:none;}


#footer p{
	color:#666666;
	font-size:10px;
	text-align:left;
	line-height:14px;
}

#title {
width: 162px;
text-align: right;
margin-top: 10px;
line-height: 20px;
}


