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

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

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

A:link { 
    color: #336633;
    text-decoration: none;
}
A:visited { 
    color: #336633;
    text-decoration: none;
}
A:hover { 
    color: #669933;
    text-decoration: none;
}

.footer:link { 
    color: #669933;
    text-decoration: none;
	font-size: 9px; 
}
.footer:visited { 
    color: #669933;
    text-decoration: none;
	font-size: 9px; 
}
.footer:hover { 
    color: #075530;
    text-decoration: none;
	font-size: 9px; 
}


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

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

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

.HEADER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #336633;
	font-weight: normal;
}


