body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #EAE9E9;
}
body, p, span, div, td, th, form, input, select, option, textarea, a{
	font-family: Arial, helvetica, sans-serif;
	color: #858484;
	font-size: 11px;
}
a{
	cursor: pointer;
	text-decoration: underline;
}
a:hover{
	/* color: */
}
form{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.error{
	font-weight: bold;
	color: #C90002;
}
/* --------- Inputs, links --------- */
input, select, textarea, option{
	border: 1px solid #858484;
	margin: 0px;
	background-color: #FFFFFF;
}
option{
       border: 0px;
}
input.check{
	border: 0px;
	background: none;
}
/* --------- Main table --------- */
table.main{
	width: 1006px;
	height: 100%;
	border: 5px solid #EAE9E9;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px
	
}
td.hdr_left, td.hdr_center, td.hdr_right, td.content_left, td.content_center, td.content_right, td.footer{
	margin: 0px;
	padding: 0px;
	border: 5px solid #EAE9E9;
}
td.hdr_left{
	background: url('img/bg_hdr_left.gif') bottom left no-repeat #EEEDED;
	width: 297px;
	height: 175px;
}
td.hdr_center{
	background-image: url('img/bg_hdr_center.gif');
	background-position:  bottom left;
	background-repeat:  no-repeat;
	width: 700px;
	height: 175px;
}
td.content_left{
	width: 297px;
	vertical-align: top;
	text-align: justify;
}
td.content_center{
	vertical-align: top;
}
td.content_right{
	vertical-align: top;
}
td.footer{
	height: 30px;
	background-color: #D1D0D0;
	vertical-align: middle;
}
/* --------- Menu table --------- */
table.menu{
	width: 210px;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	float: right;	
}
table.menu td{
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
table.menu td.language{
	width: 	125px;
	vertical-align: top;
	padding: 13px 0px 0px 10px;
}
table.menu td.menu{
	width: 	85px;
	vertical-align: bottom;
}
table.menu td.menu a{
	width: 80px;
	display: block;
	background: url('img/btn_arrow_dark.gif') center right no-repeat #DCDBDB;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 8px;
}

.box{
	background: url('img/bg_box_edge.gif') bottom right no-repeat #FFFFFF;
}


