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

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

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

A:link { 
    color: #996600;
    text-decoration: none;
}
A:visited { 
    color: #996600;
    text-decoration: none;
}
A:hover { 
    color: #996600;
    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;  
}


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

.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4B0000;
	font-weight: bold;
}

