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

body, td, p
{
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	color: #333333;
}

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

A:link { 
    color: #476528;
    text-decoration: none;
}
A:visited { 
    color: #476528;
    text-decoration: none;
}
A:hover { 
    color: #003366;
    text-decoration: none;
}

.footer:link { 
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;  
}

.footer:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}

.footer:hover { 
	color: #476528; 
	wfont-size: 12px;
	text-decoration: none; 
	font-weight: normal;
	line-height: 16px;  
}


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

.yellow_dots {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #CC9900;
	font-weight: bold;
	line-height: 16px;
}

.YELLOW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CC9900;
	font-weight: bold;
	line-height: 26px;
}

.GREEN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #476528;
	font-weight: bold;
	line-height: 26px;
}


.BLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
	line-height: 26px;
}

.WELCOME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #476528;
	font-weight: bold;
	line-height: 16px;
}

.white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
}