html,body,td,input,textarea,select{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;	
}
html,body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ffffff;
}
#all{
	position: absolute;
	height: 100%;
	min-height: 100%;
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1002?'1002px':'100%');
}
html>body #all{
	height: auto;
	min-width: 1002px;
	width: 100%;
}
#top{
	width: 100%;
	height: 217px;
	background: url(../img/site/top_bg.gif) repeat-x;
}
#body_all{
	clear: both;
	position: relative;
	width: 100%;
}

#bot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px; /*background: url(/img/site/bot_bg.gif) repeat-x;*/
	background: #4694D9 url(../img/site/bot_bg.gif) repeat-x;
}
#e{
	height: 140px;
	clear: both;
}
form{
	margin: 0;
}
img{
	border: 0px;
}

/*-------------------------*/
a{
	color: #3B4D61;
}
a:hover{
	color: #000000;
}
a.menu_bot{
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 10px;
}
a.lang,a.lang_activ{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}
a.lang_activ{
	color: #ffff00;
}
a.lang:hover{
	color: #ffff00;
	text-decoration: none;
}
a.lang_activ:hover{
	color: #ffffff;
	text-decoration: none;
}
.copy{
	color: #ffffff;
}
big, .big{
	font-size: 13px;
}
.small{
	font-size: 11px;
}
.search{
	background: url(../img/site/search_bg.gif) repeat-x;
	height: 19px;
}
.teal{
	color: #3B4D61;
}
.white{
	color:#ffffff;
}
.form{
	border-style : solid;
	border : 1px solid #B5B5B5;
}
.form_button{
	border-style : solid;
	border : 1px solid #C0D1E3;
	color: #ffffff;
	background-color: #77889A;
}
.form90{
	border-style : solid;
	border : 1px solid #B5B5B5;
	width: 90%;	
}
.form100{
	border-style : solid;
	border : 1px solid #B5B5B5;
	width: 100%;
}
ul{
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 20px;
}
ul.title li{
	padding: 3px 6px 3px 3px; /*margin: 3px 6px 3px 6px;*/
	list-style: url(/img/arr_g1.gif);
}
ul.title0 li{
	padding: 3px 6px 3px 3px; /*margin: 3px 6px 3px 6px;*/
	list-style: url(/img/square.gif);
}