div.moduletable_mainmenu {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div.moduletable_mainmenu a.mainlevel{
	color: #111060;
	font-weight: bold;
	font-size: 13px;
	margin-left: 20px;
}
div.moduletable_mainmenu td{
	text-align: left;
	width: 200px;
	height: 27px;
	padding-top: 4px;
	background-image: url(../img/bkg_menu.png);
	background-repeat: no-repeat;
}
div.moduletable_mainmenu a.mainlevel:hover{
	color: #fff;
}
div.moduletable_mainmenu a#active_menu{
	color: #fff;
}

div.moduletable_topmenu{
	margin-bottom: 20px;
}
div.moduletable_topmenu a.mainlevel{
	color: #111060;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	border-left: 1px dotted #111060;
	padding-left: 10px;
}
div.moduletable_topmenu a.mainlevel:FIRST-CHILD{
	border-left: 0px dotted #111060;
	margin-left: 0px;
	padding-left: 0px;
}
div.moduletable_topmenu a.mainlevel:hover{
	color: #4EBEF0;
}
div.moduletable_topmenu_small{
	margin-bottom: 20px;
}
div.moduletable_topmenu_small a.mainlevel{
	color: #111060;
	font-weight: bold;
	font-size: 9px;
	margin-left: 5px;
	border-left: 1px dotted #111060;
	padding-left: 5px;
}
div.moduletable_topmenu_small a.mainlevel:FIRST-CHILD{
	border-left: 0px dotted #111060;
	margin-left: 0px;
	padding-left: 0px;
}
div.moduletable_topmenu_small a.mainlevel:hover{
	color: #4EBEF0;
}

a.credits{
	color: #5555ff;
}
a.credits:hover{
	color: #4EBEF0;
}
.contentheading, .componentheading{
	color: #111060;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
table.contentpaneopen td{
	text-align: justify;
}
