html, body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color:#424242;
}

img {
	border: 0px;
}

img.png {behavior: url("/png.htc");}

a { color: #436a93; }

.menuitem {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.menuitem_sel {
	color: #4c77a4;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.menuitem_d {
	color: #4c77a4f;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.menuitem_sel_d {
	color: #40a8d7;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}

.submenuitem {
	color: #436a93;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.submenuitem_sel {
	color: #436a93;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.submenuitem2 {
	color: #436a93;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.submenuitem2_sel {
	color: #cc0001;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #4c77a4;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

.claim_input{
	
	width:200px;	
}

.claim_textarea{

	width:200px;
	height:60px;
overflow:auto;
	
}
.sep{
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
	font-size:12px;
	color:#436a93;
}
.head{
	color:#436a93;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.lenta_intro{
	font-size:12px;
	color:#424242;
	padding-top:5px;
}
.lenta_link{
	color:#436a93;
	font-size:12px;
	text-decoration:underline;
	
}
.lenta_all{
	color:#436a93;
	font-size:11px;
	text-decoration:underline;	
}
.left_p{
	width:163px;
	background-color:#fdfdfd;
	vertical-align:top;
	background-image:url('/d/img/bg_left.jpg');
	background-position:top right;
	background-repeat:repeat-y;
	padding-top:10px;	
	padding-right:10px;
	height:100%;
}
.claim_message {color:red}
.down_bg_c{
	background-image:url('/d/img/down_bg.jpg');	
	background-repeat:repeat-x;
	height:9px;

}
.right_p{
	width:163px;
	height:100%;
	background-color:#fdfdfd;
	vertical-align:top;
	background-image:url('/d/img/bg_right.jpg');
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top:10px;	
}
.search_link{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#787878;

}