@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {background-color: #FFFFFF}
.orange {font-family: Arial; font-size: 12px; color:#FF6600}
.small {font-family: Arial; font-size: 12px; color:#666666}
.title-green {font-family: ariel; font-size: 25px; font-weight: bold; color:#a3bb7b}  
.title-orange {font-family: ariel; font-size: 16px; font-weight: bold; color:#F25410}
.orange-big {font-family: ariel; font-size: 22px; font-weight: bold; color:#F25410}
.subtitle-orange {font-family: simsun; font-size: 14px; font-weight: bold; color:#F25410} 
.subtitle-green {font-family: ariel; font-size: 13px; font-weight: bold; color:#12773F} 
p {font-family: ariel; font-size: 13px; color:#000000} 
p.en {font-family: tahoma; font-size: 13px; color:#000000} 
p.small {line-height: 90%}
p.big {line-height: 200%}
a:visited {  color: #c66b3b; }
a:hover {  color: #c02836; text-decoration: none}
p.groove {border-top-style: groove}
.normal {font-family: Arial; font-size: 12px; color:#666666}
.home {font-family: Arial; font-size: 20px; font-weight:bold; color:#00a950}
.footer {font-family: Arial; font-size: 12px; color:#F4793A}
.style10 {font-size: 16px;
	font-weight: bold;
	color: #0F763F;
}
.style16 {font-family: Arial; font-size: 13px; color: #FF6600; }
.style18 {color: #666666; font-family: Arial; font-size: 13px; }
.style6 {color: #307B43;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {color: #A3BC7B;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}
.style7 {font-family: ariel;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.style9 {color: #333333}
.style19 {	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 132px; /*Width of top level menu link items*/
height: 16px;
padding: 5px 7px;
border: 0px;
border-left-width: 0;
text-decoration: none;
background: url(images/menubg.gif) center center repeat-x;
color: white;
font: 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 132px; /*width of sub menu levels*/
font-weight: normal;
padding: 5px 7px;
background: #90c58d;
border-width: 0 0px 0px 0px;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #00a950;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
</style>
