BODY {
	margin: 10px;
	background-color: #999999;
}

/*
TABLE {
	border-collapse:	collapse;
}
*/
TD {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
color: #44B70D;
font-size: 14px;
text-decoration: bold;
}

TD.dark {
	background-color: #203960;
	color: #FFFFFF;
}

TD.light {
	background-color: #F2FBFF;
	border-bottom: #333333 solid 1px;
}

TD.white {
	background-color: #FFFFFF;
}

TD.lineleft {
	border-left: #666666 solid 1px;
}

A {
	color: #44B70D;
	text-decoration: none;
}

A.footer {
	color: #CCCCDD;
}

/* Top menu styles */
.mainlevel {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.mainlevel:link, a.topmenu:visited {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.mainlevel:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Red heading for sub menu items */
H2 {
	font-size: 16pt;
	color: 990000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	font-weight: bold;
}


/*********** Mambo's own styles **************/

.moduletable {
	border: 0px solid;
}

.moduletable th {
	text-align: left;
	font-size: 16px;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	color: #075D9E; 
}

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used \
		More simpy said, it is a page title   
	*/
	font-family:  Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
 	color: #44B70D;
	text-align:left;
}


.componentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #336699;
	text-align:left;
}


.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
}

.newsflash {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
}