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

.description {
	font-size: 10px;
}

a:active  {color: #333; text-decoration: none; font-weight: normal;}
a:visited {color: #333; text-decoration: none; font-weight: normal;}
a:link    {color: #333; text-decoration: none; font-weight: normal;}
a:hover   {color: #E17A0C; text-decoration: none; font-weight: normal;}

a.admin-menu-link:active  {color: #333; text-decoration: none; font-weight: normal;}
a.admin-menu-link:visited {color: #333; text-decoration: none; font-weight: normal;}
a.admin-menu-link:link    {color: #333; text-decoration: none; font-weight: normal;}
a.admin-menu-link:hover   {color: #E17A0C; text-decoration: underline; font-weight: normal;}

/* 
 * Disables the double line break for P, UL and LI tags
 */
P, UL, LI, H1, H2, H3, H4, FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}