body {
margin: 0px;
background: #FFFFFF;
}
tr, div, a{ 
font-family: Tahoma, Arial, sans-serif;
font-size:12px;
color:#5d5d5d;
text-align:justify;
}
p,li{
 text-align: justify;
 line-height: 1.5;
 margin-top: 0em;
 margin-bottom: 1.5em;
}
a:hover{
  text-decoration: underline;
  color:#00f;
}
#main_table{
	height:100%;
	width: 100%;
}
#left_top{
	background: url(gfx/back_left_top.jpg) repeat-x 0 0;
	width:50%;
}
#right_top{
	background: url(gfx/back_right_top.jpg) repeat-x 0 0;
	width:50%;
}
#menu_top{
	width:900px;
	background:url(gfx/menu_top.jpg) no-repeat 0 0 #272727;
	height:42px;
}
.menu_item{
  margin-top:15px;
	float:left;
	border-right: solid 1px #fff;
	padding:0px 10px;
	height:27px;
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:13px;
}
a.menu_item:hover{
  text-decoration: underline;
  color:#fff;
}
.menu_lang{
  margin-top:15px;
	margin-right:20px;
	float:right;
	color:#949494;
	text-decoration:none;
}
a.menu_lang:hover{
  text-decoration: underline;
  color:#fff;
}
#content{
	background: url(gfx/main_back.jpg) no-repeat 0 0;
	width:900px;
	min-height:300px;
	overflow:hidden;
}
.spad{
	padding:20px 12px;
}
#foot{
	background: url(gfx/foot.jpg) no-repeat 0 0 #0056A5;
	height: 42px;
	color:#fff;
	padding-left:20px;
	font-size:11px;
}
#right_bottom{
	background: url(gfx/back_right_bottom.jpg) repeat-x 0 0;
	width:50%;
}
h1{
	font-size: 18px;
	font-weight: bold;
	margin:0;
	color:#A8A8A8;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin:0;
	color:#383838;
}
.spad img{
	border:solid 1px #c3c3c3;
}
.link_foot{
	display:block;
	float:right;
	color:#84B2DD;
	font-size: 11px;
	text-decoration:none;
	margin-right:20px;
}
.white{
	color:#fff;
	font-size: 11px;
	text-decoration: none;
}
a.link{
  text-decoration:none;
  font-size:11px;
}
a.link:hover{
  color:#000;
  text-decoration:underline;
}
input, textarea, .nice {
border:1px solid #ababab;
background-color: #FFF;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #5d5d5d;
padding:4px;
}