/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

A:link { 
    color: #8393A6;
    text-decoration: none;
}
A:visited { 
    color: #8393A6;
    text-decoration: none;
}
A:hover { 
    color: #333333;
    text-decoration: none;
}

.nav:link { 
	color: #999966;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;  
}

.nav:visited {
	color: #999966;
	text-decoration: none; 
	font-weight: bold;
	line-height: 16px;  
}

.nav:hover { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
	line-height: 16px;  
}

.nav_on:link { 
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;  
}

.nav_on:visited {
	color: #003366;
	text-decoration: none; 
	font-weight: bold;
	line-height: 16px;  
}

.nav_on:hover { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
	line-height: 16px;  
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/



.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8393A6;
	font-weight: bold;
}
