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

.small{ font-size: 12px;line-height:19px;  }

.description {
	font-size: 10px;
}

a { color: #000; text-decoration: none; font-weight: normal; }
a:active, a:visited, a:link {} a:hover { color: #e17a0c; }

/*
 * 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;}

hr { border: 0px; border-top: 1px solid black; width: 100%; margin: 2px 0; }