body{
	margin				: 0px;
	padding				: 0;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #333;
	font-size       	: 12px;
	background-color	: #E4E5E5;
}

tr, p, div {
  	font-family      	: Arial, Helvetica, sans-serif;
  	color            	: #333;
  	font-size        	: 12px;
}

#wrapper {
    background			: #fff;
    width						: 780px;
}

#tableWrapper, #tableWrapperFooter {
    width						: 780px;
}

.title, .firstTitle {
  	font-family      	: Arial, Helvetica, sans-serif;
  	color            	: #374F98;
		font-weight				: bold;
  	font-size        	: 14px;
  	padding-top				: 40px;
}
.firstTitle {
  	padding-top				: 0;
}
/*
#################### MAINMENU  ####################
*/
.table-topnav {
    padding				: 7px 0px 6px 5px;
    background			: #5F6A79;
	}
.moduletable-topnav td {
    width				: auto;
	}
a.topnav {
	width				: auto;
	background			: #5F6A79;
 	padding				: 2px 6px 6px 6px;
	color				: #FFFFFF;
    border-top			: 1px solid #848E9C;
	border-left			: 1px solid #848E9C;
	border-right		: 1px solid #848E9C;
    margin				: 2px 2px 2px 2px;
	text-decoration		: none;
	font-weight			: bold;
	}
a.topnav:hover {
 	width				: auto;
	color				: #5F6A79;
	background			: #FFFFFF;
    border-top			: 1px solid #848E9C;
	border-left			: 1px solid #848E9C;
	border-right		: 1px solid #848E9C;
 	padding				: 2px 6px 6px 6px;
	text-decoration		: none;
	font-weight			: bold;
}
	
a.topnav:active {
  background  : #FFFFFF;
}	
	
#acive_menu{
	background			: #FFFFFF;
}

a#active_menu:hover {
	cursor				: default;
	width				: auto;
	background			: #FFFFFF;
 	padding				: 2px 6px 6px 6px;
	color				: #000000;
	border-top			: 1px solid #848E9C;
	border-left			: 1px solid #848E9C;
	border-right		: 1px solid #848E9C;
	margin				: 2px 2px 2px 2px;
	text-decoration		: none;
	font-weight			: bold;
}

.imgMargin {
	margin: 10px;
}

.opaque {
	margin: 0 5px;
}

