body {
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 85%;
	color: #000;
	background-color: #fff;
	}



a:link {
	color : #006;
	}
	
a:visited {
	color : #306;
	}
	
a:active {
	color : #00c;
	}
	
a:hover {
	color : #c00;
	text-decoration: underline;
	}

h1 {
	font: bold 16px Verdana, Geneva, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10;
	color : #c00;
	background : transparent;
	}
	
h2 {
	color : #c00;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	margin : 30px 0px 10px 0px;
	}
h3 {
	color : #333;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	margin : 0px 0px 0px 0px;

		}

h4 {
	color : #c00;
	background : transparent;
	font-size: 1.0em;
	}
	
h5 {
	color : #333;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	}

		
h6 {
	color : #c00;
	background : transparent;
	font-size: 1.2em;
		}
		
		
img {
	border: 0;
	display: block;
	}
	
ul{
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none; }
	}
	
	
ol{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0px 0px 0px -20px;
	}	
	
	
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	}
	
	
.small {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
}


.topless {
	margin-top : 0;
}


.bottomless{
margin-bottom : 0;
}


.bottomhalf{
margin-bottom : 18px;
}


.caption{
color : #666666;
background : #ffffff;
font: 10px Verdana, Geneva, Helvetica, sans-serif;
margin: 0px 0px 30px 0px;
}

.byline{
color : #666666;
background : #ffffff;
font: 10px/20px Verdana, Geneva, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
}




.indent {
text-indent: 30px;
margin: 0 0 0 0;
}

.indent-final {
text-indent: 2em;
margin: 0 0 30px 0;
}


/*
.byline{

font: 10px Verdana, Geneva, Helvetica, sans-serif;

}*/

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
	
strong, b {
	font-weight: bold;
	}
