/* CSS Document */

* { margin: 0; padding: 0; }


body {
	font: 11px/2   Arial, Helvetica, sans-serif;
	background-color: #ffffff;

}
img {border: none;}

#content {
	padding:0px;
	margin-left:100px;
	margin-right:18px;
	background-color: #ffffff;

}



#eblastable {
	background: #ffffff;

}




.pdf_creator_link {
	display: none;

}
#print-page {
	display: none;

}

/* margin: -6px 0px 0px 386px; */

/* =TEXT FORMATTING 
_____________________________________________________ */

h1 {
	font-size:1.8em;
	margin-top: 10px;
	font-weight: normal;
	line-height:1.8;
	color:#888;
}



h2 {
	font-size:1.6em;
	font-weight: normal;
	line-height:1.6;
	color:#666;
}

h3 {
	font-size:1.4em;
	font-weight: normal;
	line-height:1.6;
	color:#666;
}

h4 {
	font-size:1.3em;
	font-weight: normal;
	line-height:1.6;
	color:#036;
}



p {
	color:#646464;
	line-height:20px;
	padding-bottom: 20px;
	font-size: 12px;
}

ul {
	margin:0 8px 20px 30px;
	}


li {
	padding:0 5px 0 5px;
	color:#646464;
	font-size:12px;
	font-weight:normal;
	list-style-type: disc;
	padding-bottom: 2px;
}




a:link {
	color:#BE8F37;
	text-decoration:none;
	}

a:visited {
	color:#BE8F37; 
	text-decoration:none;
	}
a:hover {
	color:#BE8F37;
	text-decoration:underline;
 	}
a:active {
	color:#BE8F37; 
	text-decoration:none;
	}
	
/* =MISC STYLES 
_____________________________________________________ */	

.clearfix {
	clear:both;
	
}

