body{
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e0b4;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.maintext12 {
	font-size: 12px;
}
.blacktext12 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.navcontaner {
	background-image: url(../images/back_menu1.gif);
	background-repeat: repeat-x;
}
a:link {
	font-size: 12px;
	color: #e6e0b4;
	text-decoration: none;
}
a:visited {
	color: #e6e0b4;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.copetext {
	font-size: 9px;
}
.titletext {
	font-weight: bold;
}
.navtopcontaner {
	color: #000000;
	background-color: E6E0B4;
	background-image: url(../images/back_menu1.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.navtopcontaner a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.navtopcontaner a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 10px Arial, Helvetica, sans-serif;
	margin: 7;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 0px solid black;
	border-bottom-width: 0;
	visibility: visible;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: #e6e0b4;
width: 120px; /*width of menu (not including side paddings)*/
color: #e6e0b4;
background: #333;
border-bottom: 1px #333;
text-decoration: none;
padding: 2px 2px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #666;
}

.rightarrowclass{
position: absolute;
top: 3px;
right: 3px;
}
.textresolts9 {
	font-size: 10px;
}
.text14margin {
	font-size: 14px;
	padding: 5px;
	margin: 10px;
}
.maintext12margen {
	font-size: 12px;
	padding: 5px;
}
