/* CSS Document */

*
{
	/*font-family: Verdana;
	font-size: 9pt;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;   	
}

html, body, form, div, p, h1, h2, h3
{
	padding: 0px;
	margin: 0px;
	color:#03426B;
}
 hr {
  border: 0;
  width: 98%;
  height: 1px;
  color:#999999;
  background-color: #999999;
}

body
{
background-color: #d6e4ff;
}
a:link, a:active, a:visited 
{
color:#0b9aff;
text-decoration:underline;
}
a:hover
{
color:#00599B;
text-decoration:none;
}

h1 {text-align:center;}




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

a img
	{
	border: none;
	}


#Main_h
{
 width: 866px;
 margin-left:auto;
 margin-right:auto;
}
/* Specific toolbits */
#Lang_bar
{
padding-left: 50px;
padding-top: 4px;
color:#FFFFFF;
width: 260px;
float:left;
}
#Menu_bg
{
width: 500px;
float:right;
}


/*********************** menu ************************/
#Menu_bg
{
margin-left: 1px;

}
#Menu_bg ul{
    margin:0;
    padding:0;
    list-style:none;
	
    }
#Menu_bg ul li{
	display: block;
	float: left;
	width: 70px;
	height: 20px;
	text-align:center;
	background-image: url(../images/menu_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 1px;
	padding-top: 3px;
	line-height: 20px;
    }
#Menu_bg a
{
	
	color: #fff;
	text-transform:uppercase;
	font-size: 9pt;
	font-weight:700;
	text-decoration: none;
}
#Menu_bg a:hover
{
	color: #fff;
	text-decoration: underline;
}

