/* Required by Mozilla and some other browsers */

body {
	margin:			0px;
	padding:		0px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#074E9C;									/*-R-*/
	background-color:#FAFAF2;									/*-R-*/
}

p {
	text-indent:	20px;
}


p, a, ul, ol, td{
	font-size:	12px;
}




.top_menu td{
	background-color:#D3CDAD;									/*-R-*/
	border-bottom:1px solid #FFFFFF;
	font-style:italic;
}
.top_menu p,.top_menu a{
	color:#FAFAF2;												/*-R-*/
	font-size:12px;
	font-weight:bold;

}
.top_menu a{
	text-decoration:none;
	color:#6D685F;												/*-R-*/
	margin-left:10px;
	margin-right:10px;
}
.top_menu a:hover{
	color:#FAFAF2;
}
.top_menu .lang{
	margin:3px;
}








.hut{
	background-color:#DCE8F4;									/*-R-*/
	background-image:url('images/hut_spacer.jpg');
	background-repeat:repeat-x;
}
.hut td{
/*	background-image:url('images/hut_bgr.jpg');*/				/*-R-*/
/*	background-position:top left;*/
/*	background-repeat:no-repeat;*/
}
.hut_text{
	position:relative;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	font-size:32px;
	height:100px;
}
.title{
	color:#F8F1CB;	
	position:absolute;
	top:40px;
	left:30px;											/*-R-*/
	Filter: DropShadow(Color=#96927B, OffX=3, OffY=2);
}





.bottom a{
	color:#042952;												/*-R-*/
	text-decoration:none;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
	margin-right:30px;
}


.requestsTitles{
	font-family:Verdana;
	font-size:12px;
}
.requestsInput{
	width:400px;
}
.requestsInputTextarea{
	width:400px;
	height:150px;
	overflow:auto;
}
.requestsSubmit{
	width:100px;
}