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: White;

}

html, body {
	background-color: #003369;
	font-size: 11px;
	text-align: justify;
}
P {
  	margin: 10px 0;
	color: white;
	text-align: justify;
	font-size: 11px;	
		
}

PRE {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9px;
}
H1, H2, H3, H4,  H5,  H6 {
	color: #FFD266;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

H1 {	
      margin-bottom: 10px;
		margin-top: 15px;
		font-size: 16px;
		padding-top: 0px;
		
}
H2 {	
      margin-top: 10px;
      margin-bottom: 5px; 
		font-size: 13px;
		padding-top: 0px;
		
}
H3 {	
      margin-bottom: 10px;
		font-size: 12px;
		padding-top: 10px;
		
}
H4 {	
		font-size: 12px;
		padding-top: 10px;
		
}
H5 {	
		font-size: 12px;
		padding-top: 10px;
		
}
H6 {	
		font-size: 12px;
		padding-top: 0px;
		font-weight: normal;
		
}
hr {
	color: #FFD266;
	height: 0px;
	background: #FFD266;
	clear: both;
}

ul {
	margin-top: 0px;
	
}

li {
		font-size: 11px;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #FFD266;
	text-decoration: underline;
}


form {
	margin: 0px 0px 0px 0px;
}	
label {
	color: white;	
	font-size: 12px;
}
input {
	color: black;
}
td {
	font-size: 11px;
}



