.mainBody {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #763C0D;
	text-decoration: none;
	text-align: justify;
}
.mainBodyLink {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
.mainBodyTitle {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #763C0D;
	text-decoration: none;
}
.mainBodyBold {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #763C0D;
	text-decoration: none;
}

ul li {
	position: relative;
	
	
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 115px;
	
	}
	
li ul {
	position: absolute;
	left: 0px;
	top: 25;
	display: none;
	align: left;
	
	}
	
ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	
	}

/* Fix IE. Hide from IE Mac \*/
 ul li { float: left; }
 ul li a { height: 1%;
 
  }
/* End */



li:hover ul, li.over ul {
	display: block;
	z-index: 10;
}
.mainBodyTitleBigger {


	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #763C0D;
	text-decoration: none;
}
