body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family : "Trebuchet MS", "Arial Narrow", Arial, sans-serif;*/
	font-size: 12px;	
	background-color: #adbabe;
	
}

table, td {border: 0; font-size: 12px;}

p {
	margin:0 0 5px 10px;
	line-height: 150%;
}

a, h1, h2, h3, h4, h5, h6 {color: #092329;}

a {	text-decoration:none;}
a:hover {text-decoration:underline;}

img, a img {border:2px solid #ffffff;}




h1 {
	margin: 15px 0 5px 0 ;	
	padding-left:5px;
	font-size: 24px;	
	font-weight:normal;
	line-height: 90%;
}

h2 {	
	margin: 15px 0 0 0;	
	font-size: 16px;
}

h3 {	
	margin: 15px 0 0 0;	
	font-size: 14px;

}

h4 {	
	margin:10px 0 0 0;	
	font-size: 12px;	
	
}

h5 {
	margin:10px 20px 0 0;
	font-size: 11px;
	text-align: right;
}

h6 {
	margin:3px 20px 0 0;	
	font-size: 10px;
	text-align: right;	
}



hr{
	border:dotted #ffffff 1px; height:1px;
	
}


li {	
	padding-bottom: 0px;		
} 

ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;	
	list-style-image: url(images/li.gif);
	list-style-type: square;	
}

ol {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;			
}


blockquote, code {
	color: #4b4b4b;
	padding: 6px;
	border-top: 1px solid #092329;
	border-right: 1px solid #092329;
	border-bottom: 1px solid #092329;
	border-left: 10px solid #092329;
	background-color: #ffffff;
	margin: 0 10px 20px 0;	
}

pre {padding: 6px;
	background-color: #ffffff;
	margin: 0 10px 20px 10px;
	font-size:10px; }
