/*------------------------------------------------------------------------------------------------
  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: #663366;
    text-decoration: none;
}
A:visited { 
    color: #663366;
    text-decoration: none;
}
A:hover { 
    color: #666666;
    text-decoration: none;
}

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

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

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


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

.green_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #8CA83B;
	font-weight: bold;
}

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

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