/* CSS Document */
body 
	{ 
	font-family: Verdana;
	background-color: white
 	}
	
.bodytext
	{ 
	 color: black;
	 font-family: Verdana;
	 font-size : 11px;
 	}
	
	.lists
	{ 
	 color: black;
	 font-family: Verdana;
	 font-size : 12px;
 	}
	
.headtext
	{ 
	 color: black;
	 font-family: Verdana;
	 font-size : 11px;
	 font-weight : bold;
	 text-align: right;
	 text-valign : top;
 	}
h2 
	{ 
	 color: brown;
	 font-style: bold;
	 font-size : 12px;	
	}
	
p 
	 { 
	 color: black;
	 font-family: Verdana;
	 font-size : 11px;
	 text-align: justify;
	  }

h4
	 { 
	 color: #996633;
	 font-family: Verdana;
	 font-size : 9px;
	  }
