body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}



/*h1, h2, h3, h4, h5, h6 {font-family : "Comic Sans MS"; color: #006699; line-height: 90%;}*/
h1, h2, h3, h4, h5, h6 { font-family: 'Reenie Beanie', arial, serif; line-height: 90%;}

a {
	color: #000;
	font-style: italic;
	text-align: justify;
}


img, a img {border:0}

p, h4, h5, h6, address, blockquote {
margin-right:10px; line-height: 24px;
}


h1 {
	color: #CC0000;
	font-size: 36px;	
	font-weight:normal;
	
}

h2 {	
	font-size: 28px;
	font-weight:normal;}

h3 {	
	font-size: 22px;
}

h4 {		
	font-size: 18px;
	background-image: url(img/h4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h5 {
	font-size: 16px;	
	text-align:right;
	font-style: italic;
}
h6 {		
	font-size: 16px;
	font-weight: normal;
	text-align:right;
	font-style: italic;
}




hr{
	border:dotted #eeeeee 1px; height:1px;
	clear:both;
}

#contentbox ul {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square;
	list-style-image: url(img/li.gif);
}

#contentbox ol {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 80px;
	padding-left: 0.9em;		
}


li {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: justify;
	font-size: 12px;
} 



blockquote, code, address {
	color: #F00;
	padding: 12px;
	margin: 10px 190px 20px 0;
	background-image: url(img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

pre {
	padding: 6px;
	background-color: #b7cae8;
	margin: 10px 10px 20px 0;
	font-size:14px;
	color: #cc0000;
	line-height: 2em;
}
