nav {
	width: 745px;
	height: 40px;
	background-color: #eee;
}

BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

TD{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


B{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

B.blue{
	color: #003399;
}

B.white{
	color: #ffffff;
}

B.orange{
	color: #ff9900;
}

.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #005187;
}

A{
	color: #263868;
	text-decoration : none;
}

A:hover{
	text-decoration : underline;
	color : orange;
}

A:visited{
	text-decoration : none;
}
A IMG{ 
	border: none;
}
ul {
	list-style: none;
	
}
ul li {
	display: inline-block;
	float: left;
	line-height: 40px;
}
ul li a {
	display: block;
	COLOR: #444444; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 16px; 
	FONT-WEIGHT: bold;
	padding: 0 10px;
}
ul li a:hover {
	COLOR: #660033;
	TEXT-DECORATION: none;
}












