@import url(menu.css);
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #50AC78; 
	scrollbar-base-color: 50AC78; 
	scrollbar-arrow-color: FFFFFF;
	color: #fff; 
	} 
	
td,tr { 
 
	} 

#title {
	padding: 3px 6px 3px 5px;
	margin: 2px;
	}

#Layer1 {
	position:fixed; 
	width:180px; 
	height:242px; 
	left: 10px; 
	background: url("images/logo.jpg");
	top: 0;
	}

#hed {
	background-color: #005a27 ;
	width: 178px;
	}

#htop {
	topmargin: 1px;
	background: url("images/htop.jpg");
	}

#top {
	width: 85px;
	height: 85px;
	}

#links {
	background: url("images/links.jpg");
	background-repeat: repeat-y;
	}
	
h1 { 
	font-size: 36px; 
	color: #000000; 
	} 
	
h2 { 
	font-size: 24px; 
	} 
	
h3 { 
	font-size: 18px;
	} 
	
h4 { 
	font-size: 16px; 
	} 
	
h5 { 
	font-size: 12px; 
	} 
	
h6 { 
	font-size: 9px; 
	} 
	
p,li,ul { 
	font-size: 12px; 
	}