body, html {
	background:#FFF;
	font:12pt Arial, Helvetica, sans-serif;
	color:#000;
	line-height:165%;
	padding:0 !important;
	margin:0 !important;
	width:100% !important;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
	
h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}

h5 {
	font-size:1.1em;
	}
					
img {
	float:left;
	border:0;
	margin:3px 12px 8px 0;
	}

h1, #nav, #searchform, #branding, #commentform, #footer, #sidebar, form.ddfm {
	display:none
	}

span.pulled-left {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 180px;
	font: 1.3em Georgia,"Times New Roman", Times, serif;
	line-height: 1.4em;
	text-align: right;
	color: #000;
	border-left: 3px solid #ccc;
}	
	
hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:15px 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}


