/* CSS Document */

html, body, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	}

body {
 	background-color: white; 
	color:#000000;
	font-family:arial;
	font-size:10px;
	}
	
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:navy;
	font-size: 12px;
	font weight:bold;
}

.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:navy;
	font-size: 11px;
	font weight:bold;
}

.style4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

.style7 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: navy; 
	}
	
h3 {
	font-family:arial;
	font-size:10px;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}