p {
	line-height: normal;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}


body {
	font: normal 11.2px arial;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
	border-bottom: 1px solid #00337f;
	text-align: right;
	}
	
ul li {
	position: relative;
	}
	
	
	
li ul {
	position: absolute;
	left: 109px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #00337f;
	background: #c2cadb; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #00337f; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #00337f; background: #fffa30; } /* Hover Styles */
		

/* Sub Menu Styles */
li ul li a { 
	padding:  3px 5px; 
	background: #e1e3e8; /* IE6 Bug */
	
} 
		
li:hover ul, li.over ul { display: block; } /* The magic */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #00337f;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00337f;
	text-decoration: none;
	line-height: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #00337f;
	line-height: normal;
	
}

/* assist engineers names */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00337f;
	text-decoration: none;
}


.style2 {
	font-size: 11.2px;
	
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00337f;
}


.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		
}


