/* 
 * Text classes
 */
body, table, tr, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.description {
	font-size: 10px;
}

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

div#topLinks,
div#topLinks a { color: #8db605; margin: 0 3px; }
div#topLinks a:hover { color: #566f05; }

div#footer,
div#footer a { color: #cecece; font-weight: bold; text-decoration: none; margin: 0 3px; }
div#footer a:hover { color: #cecece; text-decoration: underline; }

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