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

.description {
	font-size: 10px;
}

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

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