table{
	background-image:url('images/table_bg.gif');
	background-repeat:repeat-x;
}
td{
	font-family:verdana, arial;
	font-size:1.4ex;
}
a{
	color:#365a7c;
	text-decoration:none;
}
a:hover{
	color:#ae5c5c;
}	
input{
	height:18;
	font-size:12px;
}
img{
	border:0px;
}

/*    Верхняя таблица      */

.top_table_left{
	background-image:url('images/bg1.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
}

.top_table_right{
	padding:0px;
	background-image:url('images/bg2.jpg');
	background-repeat:no-repeat;
	background-position:right;	
}
.bottom_table_bg{
	background-image:url('images/table_bg1.gif');
	background-color:#ddeef9;
}

/*   Классы     */
.nobg{
	background-image:none;
}
.border{
	border:1px solid #000000;
}
.imgborder{
	border:1px solid #000000;
}
.bold{
	font-weight:bold;
}

.boldred, .important{
	font-weight:bold;
	color:#a70016;
}
.inner_a{
	color:#595959;
}
.inner_table_head{
	font-weight:bold;
	padding-left:6px;
	border-bottom:1px solid #000000;
	height:25px;
	background-color:#f4f4f4;
}
.inner_table_head_border{
	font-weight:bold;
	padding-left:6px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	height:25px;
	background-color:#f4f4f4;
}
.menu_table_head{
	font-weight:bold;
	padding-left:6px;
	height:29px;
}
.menu_table_text{
	font-size:11px;
	text-align:right;
}
.menu_table_text_head{
	font-weight:bold;
	color:#ae5c5c;
	text-align:left;
}
.text_head{
	font-weight:bold;
}

