/* 
 * Text classes
 */
/*
 * is this a way to load fontz?
 @font-face { font-family:"aachen bold"; src:url(http://vers.kantoor.izi-services.nl/skins/vers/css/Aachen-Bold.ttf);}
 *
 */

body, table, tr, td {
	font: 70%/1.4em tahoma,"trebuchet ms",trebuchet,arial,verdana,sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #777;
}

.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;}

div.middle h2 { 
	font-size: 14px;
	font-weight: bolder;
}
a.menu-link:active,
a.menu-link:link,
a.menu-link:visited,
a.menu-link:hover { text-decoration: none; color: #666666; }