/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial,verdana,sans-serif,"trebuchet ms",trebuchet;
	font-size: 12px;
	line-height: 20px;
	color: #555;
}

.description {
	font-size: 10px;
}

a:active  {color: #666; text-decoration: underline; font-weight: normal;}
a:visited {color: #666; text-decoration: underline; font-weight: normal;}
a:link    {color: #666; text-decoration: underline; font-weight: normal;}
a:hover   {color: #000; 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;
}

div.menu div.header,
div.module div.header { color: #777;}
div#header{ color:#33ff82;}
span.left,
span.right { 
	color: #969696;
	font-weight: normal;
	font-decoration: none;
}
span.left a { 
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
td.intro { 
	font-size: 12px;
	font-weight: bold;
	color: #94be0a; 
}
td.intro span { 
	font-size: 12px;
	font-weight: bold;
	color: #81a311; 
}
td.subtitle { 
	font-size: 10px;
	color: #94be0a; 
}
div.title,
div.date,
div.description {
	text-align: left;
}
div.title {
	font-size: 17px;
	font-weight: bold;
	color: #94be0a;
}

div.date { 
	font-size: 10px;
	font-weight: bolder;
	color: #81a311;
}

div.description { 
	font-size: 10px;
	font-weight: normal;
	color: #747474;
}

div.control a {
	font-size: 9px;
	text-decoration: none;
 	color: #6d6d6d;
}