/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial,verdana,"trebuchet ms",trebuchet,sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

.description {
	font-size: 10px;
}

a:active  {color: #D57B32; text-decoration: none; font-weight: bold;}
a:visited {color: #D57B32; text-decoration: none; font-weight: bold;}
a:link    {color: #D57B32; text-decoration: none; font-weight: bold;}
a:hover   {color: #D57B32; text-decoration: underline; font-weight: bold;}

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}


div.menu div.header,
div.module div.header { color: #777;}
div#header{ color:#33ff82;}

table#content td#contentTop   { font-family: arial; font-size: 16px; color: #777777; padding-bottom: 20px; }
table#content td#contentLeft  { font-family: arial; line-height: 16px; font-size: 12px; color: #383838; padding-right: 15px; }
table#content td#contentRight { font-family: arial; line-height: 16px; font-size: 12px; color: #383838; }
