object {display: block;}



.MainText {
	font-family: Tahoma;
	font-size: 13px;
	
	color: #ffffff;
	text-align: justify;



.style1 {
       color: #000000
}

a:link {
color: #333300;
}
a:visited {
color: #333300;
}
a:hover {
color: #333300;
}
a:active {
color: #333300;
}

ul#navlist {
	display: block;
	padding: 105px 105px 105px 105px;
	margin: 0;
         font-size: 11pt;
	color: #000000;  
         text-align: center;
}

ul#navlist li {
	display: inline;
         text-align: center;
	
}

ul#navlist li a {
	display: inline;
	float: none;
	padding: 0px 0px 0px 50px;
	text-decoration: none;
         font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	border: 5px solid #C5A4B6;
	border-width: 0px 0px 0px 0px;
	white-space: nowrap;
         text-align: center;
}



ul#navlist li a.active {
	color: white;
	background: #446688 url(navbar-highlight.png);
}