body {
		 margin: 0; padding: 0;
		 background-color:#e0ffff; 
		 text-align: center;
		 line-height: 100%;
		 line-height:130%;
 	 	}
		 
		 	


h1 {

		line-height:100%;
		font-family: tahoma,futura,sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #0F0453;
		margin-bottom:10;
		margin-top:5;
	
	
	}
	
h2 {

		line-height:100%;
		font-family:arial;
		font-size:18px;
		font-weight: bold;
		color:#660000;
		margin-bottom:0;
		margin-left:10px;

	}
	
	
h3  {

		font-family: tahoma,futura,sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		


	}
	
p  {

		margin-top:0;
		margin-bottom:5px;
		margin-left:10px;
		font-family:arial;


	}
	 	
	 	
td {
		vertical-align:top;
		
	}
	
	
table {

font-family:arial;

		}


}

ul 
{
font-family:ariel, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
list-style-type:circle;
margin:0;
padding-left:40px;
line-height:150%;



}




/*left and top menu bar*/


#linkbar {
	
		font-family:tahoma;
		font-variant:small-caps;
		font-size:15px;
		font-weight:bolder;
		color:white;
		padding-top:0px;
		padding-left:0px;
		margin: 0px;
		padding-left:5px;
		text-align:left;	
		}
			

#linkbar a:link {
		
		text-decoration: none;
		color: #ffffff;		
		}
		
#linkbar a:visited {
		color:#ffffff;
		text-decoration:none;

		}

#linkbar a:hover {
			
		text-decoration: underline;
		color: #99ffff;
		
		}
		
#linkbar a:active {

		text-decoration:none;
		color:ffffff;
		}