/* avoid browser inconsistencies */
ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div { 
	margin:			   	0em; 
	padding:		   	0em; 
}
/* remove blue linked image borders */
a img, :link img, :visited img { 
	border:			   	none; 
}
/* de-italicize address */
address { 
	font-style:		   	normal; 
}

body {
	background:			white;
	border-style:       none;
	font-size:			12pt; 
}

blockquote {
	padding-left:     	5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 	  		1em 0em 0.5em 0em;
	font-weight:   	  	bold; 
	font-size:			90%; 
	font-family:		Georgia, Tahoma, Verdana, Arial, sans-serif;
	text-align:       	left;
	text-indent:      	0.5em; 
}
h1 {
	font-size:	 		200%; 
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-variant:     	small-caps;
	margin-top:       	0em;
	margin-bottom:    	0.5em;
	padding:          	0.5em 0em;
}
h2 {
	border:		  		none;
	font-size:			120%; 
	font-family:		Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-variant:     	small-caps;
	padding:          	1em 0em;
}
h3 {
	border:           	none;
	background:			none;
	color:            	#FFFFFF;
	font-size:      	110%;
	font-family: 		Verdana, Helvetica, Windsor, "Times New Roman", serif ;
	margin:       	  	1em;
	padding:          	1em  0em;
}
h4 {
	border-bottom:    	solid 0.2em;
	font-size:      	95%; 
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
img {
    border:  	  		none;
	float:   	  		no-float !important;
}
p {
	margin:      	  	1em 0em 1em 0em;
	text-align:  	  	justify;
	text-indent: 	  	0em; 
}
.indent {
	text-indent: 	  	2em; 
}
.byline {
	color:       	  	#800000;
	font-size: 	  	  	105%; 
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-style:			italic;
}
.page_break {
	page-break-before: 	always;
}
p.copyright {
	border:		  		none; 
	clear:				both;
	color:     	  		#000000;
	text-align:	  		center;
	font:      	  		bold 70%/100% Helvetica, Verdana, Arial, sans-serif;
}
ol, ul {
	padding:	  		1em 2em;
}
li {
	margin-right:	  	3em;
	text-align:  	  	left;
}
#intro {
	color:				#800000;
	font:			    bold 105%/110% Garamond, "Times New Roman", serif;
	position: 			relative;
	text-decoration: 	none;
}
#main {
	border: 	  		none;
	margin:			  	0em 1em;
	padding:          	1em 2em;
	position: 			relative;
}

/* suppress printing */
#emblem, #holmes, #keds, #pullquote, #ToolTip, .advert, .tooltiptitle, .tooltipcontent,  {
	display:			none;
}

<!-- the Drop Cap --> 
.dropcap {
	display:		    none;
}
.capdrop {
	display:			inline-block;
	font:	  			bold 2em "Times New Roman", Georgia, Trebuchet, serif;
}


.stringbar {
	border:				none;
	clear:				both;
	float:				left;
	margin-left:		4.5em;
	position: 			relative;
}
.red{ 
	color:				red; 
	font-weight:		bold; 
}
