A:link, A:visited, A:active 
{ 
	color: yellow; 
	text-decoration: underline; 
	
}

A.navOn:link, A.navOn:visited, A.navOn:active
{
	font-family: arial, helvetica;
	font-size: 12px; 
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A.nav:link, A.nav:visited, A.nav:active
{
	font-family: arial, helvetica;
	font-size: 12px; 
	color: black;
	text-decoration: none;
	font-weight: bold;
}

A.link:link, A.link:visited, A.link:active
{
	font-family: arial, helvetica;
	font-size: 11px; 
	color: white;
	text-decoration: none;
}

A.orderlink:link, A.orderlink:visited, A.orderlink:active
{
	font-family: arial, helvetica;
	color: yellow;
	text-decoration: none;
}

.field 
{
	font-family: Arial;
	width: 200px;
}


html,BODY 
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: white;
	background: #293086;
	background-image: url('pics/background.gif'); 
	background-repeat: repeat-x;
	border: 0px;

}
	

TD, P 
{ 	
	font-family: arial, helvetica;
	font-size: 12px;
}

.navbar
{
	vertical-align: bottom;
	padding-bottom: 6px;
	color: black;
}

.headerIndex
{
	font-size: 25px;
	color: #f8991c;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.header 
{
	font-size: 15px;
	font-family: Arial;
	color: #f8991c;
}

.headerNSBA
{
	font-size: 25px;
	color: white;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.listIndex
{
	font-size: 15px;
	color: white;
	font-weight: bold;
}


.small 
{
	font-size: 11px;
	font-family: Arial;
	color: white;
}

.footer 
{
	font-size: 10px;
	font-family: Arial;
	color: white;
}

