body{
	background-color : #f3f3f3;
	font-family :Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding: 0;
	background-image : url(images/header_ua.jpg);
	background-repeat : no-repeat;
	background-position : top center;
}
a{color:#000066;}
a:hover{color:#000066; text-decoration: none;}
.white{color:#ffffff}
.white a{color:#ffffff}
.white a:hover{color:#ffffff}
.justify{text-align:justify}
.small{font-size:9px}
.t{
	background-color : #ccc5ab;
	padding : 5px 5px;
	font-weight : bold;
	font-size : 17px;
	color : #554b26;
}
.h{
	color : #887d53;
	font-size : 17px;
	font-weight : bold;
	margin-bottom:10px;
}
i{
	color : #887d53;
}
/*menu */
.menu a:hover{
	background-image : url(images/arrow1.gif);
	background-repeat : no-repeat;
	background-position : left;
}
.left{ font-size:12px; color:#ffffff;}
.left a{ display:block; color:#ffffff; text-decoration:none; padding:3px 0px; padding-left:25px;}
.left a:hover{ display:block; color:#DEDACC; text-decoration:none; padding-left:25px; background-image:url(images/menu_roll.gif); background-repeat:no-repeat; background-position:left;}
.dropmenudiv{
position:absolute;
margin-left:155px;
margin-top:-25px;
z-index:100;
visibility: hidden;
}
.flags a{color:#ffffff; border: 0px; text-decoration:none}
.flags a:hover{color:#ffffff; border: 0px; text-decoration:none; background-image: none}
/*menu */
/*login form*/
.bt{font-weight:bold; font-size:11px; height:20px; border:1px;}
td.login {
	background-image: url(images/log_bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
td.login.right{
	text-align: right;
	padding-right: 15px;
	vertical-align: bottom;
}
td.login.center{
	text-align: center;
}
td.login.just{
	text-align: justify;
}
td.login input.text,input.password{
	width: 95px;
}
td.login input.text{
	margin-top: 8px;
}
td.login input.submit{
	font-weight: bold;
}
input.submit.become{
	width: 160px;
	height: 22px;
	margin-bottom: 5px;
}
td.login hr{
	color: #A29E90;
	width: 160px;
	height: 1px;
}
input.submit_login{
	
}
/*login form*/
/*breadcrumps*/
td.breadcrumps{
	text-align: right;
	padding-bottom: 3px;
}
td.breadcrumps a {
	margin-left: 2px;
	margin-right: 2px;
}
td.breadcrumps img {
	margin-left: 2px;
	margin-right: 2px;
}
/*breadcrumps*/
/*text*/
div.text{
	padding-left: 10px;
	padding-right: 10px;
}
div.text img.h1,img.h2,img.hr{
	display: block;
	margin-top:10px;
}
div.text img.hr{
	text-align: center;
}
div.text p,ol{}
div.text p{}
div.text ol{ list-style-type: decimal;}
div.text ol ol{ list-style-type: lower-alpha;}
div.text p.month{
	font-weight: bold;
}
div.text p.event_name{
	font-style: italic;
}
div.text p.event_description{}
/*text*/