html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: Black;

}

html, body {
	background-color: #ffffff;
	text-align: justify;
	font-size: 82%;
}
p {
  	margin: 10px 0;
	color: Black;
	text-align: justify;
	font-size: 1em;	
		
}

PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: .95em;
}
H1, H2, H3, H4,  H5,  H6 {
	color: #0167B7;
}

H1 {	
      margin-bottom: 10px;
		margin-top: 15px;
		font-size: 1.5em;
		padding-top: 0px;
		
}
H2 {	
      margin-top: 10px;
      margin-bottom: 5px; 
		font-size: 1.4em;
		padding-top: 0px;
		
}
H3 {	
      margin-bottom: 10px;
		font-size: 1.3em;
		padding-top: 10px;
		
}
H4 {	
		font-size: 1.2em;
		padding-top: 10px;
		
}
H5 {	
		font-size: 1.1em;
		padding-top: 10px;
		
}
H6 {	
		font-size: 1em;
		padding-top: 0px;
		font-weight: normal;
		
}
hr {
	color: #ccc;
	height: 0px;
	background: #ccc;
	clear: both;
}

ul {
	margin-top: 0px;
	
}

li {
	line-height: normal;
	font-size: .85em;
	list-style-image: url(images/li.gif);
}

a{
	text-decoration: none;
	color: #0167B7;
	font-weight: bold;
	
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px 0px 0px 0px;
}	
label {
	color: #0167B7;	
}
.floatleft {
	float: left;
	margin: 0  10px 0 0;
}
.floatright {
	float: right;
	margin: 0  0 0 10px;
}
table {
	font-size: 1em;
	}
td {
	vertical-align: top;
}
