.nav {
	
	border-style: solid; 
	border-width: 0px;
	background-color:#000;
	border-color:#999;
	display:block;
	height:20px;
	width:680px;

}

.navText {

	font-family: Verdana, 'sans-serif'; font-size: 12px; 
	color:#6e98c2;
/*	color:#999;*/
	line-height:20px;
	text-decoration:none;
	letter-spacing:1px;
}


a.navText:hover

{
	color:#fff; 
}

.contactInfo{

	font-family: Verdana, 'sans-serif'; font-size: 11px; 
	color:#999; 
	line-height:24px;
	letter-spacing:1px;
}

.aboutInfo{

	font-family: Verdana, 'sans-serif'; font-size: 11px; 
	color:#999;  
	line-height:14px;
	letter-spacing:1px;
	text-decoration:none;
}

.companyName{

	font-family: Verdana, 'sans-serif'; font-size: 17px; 
	color:#999; 
	line-height:24px;
	letter-spacing:1px;
}


.linksBottom {

	font-family: Verdana, 'sans-serif'; font-size: 12px; 
	color:#999; 
	line-height:20px;
	text-decoration:none;

}

a.linksBottom:hover {

	color:#000; 

}

.footerText {

	font-family: Verdana, 'sans-serif'; font-size: 12px; 
	color:#000; 
	line-height:20px;
	text-decoration:none;

}

ul {

	list-style-type:none;
	}


