/* j9 styles here WOOT! remember to merge.
------------------------------------------------------------------------------*/

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

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

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

A:link { 
    color: #cc6600;
    text-decoration: none;
}
A:visited { 
    color: #CC6600;
    text-decoration: none;
}
A:hover { 
    color: #584E42;
    text-decoration: none;
}


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

.blue_bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: 006666;
	font-weight: bold;
}

