BODY {
margin: 0px;
padding: 0px;
background: #ffffff url('images/middle.jpg') top repeat-x;
font-family: Verdana, Arial, sans-serif;
}

#main_table {
max-width: 1450px;
width: 94%;
margin: 0 auto;
border: 0;
}

#operator {
position: fixed;
width: 35px;
height: 140px;
z-index:20;
right: 0;
padding: 0;
bottom: 45%;
}

/* шрифты */

.style1 {
color: #5111bb;
font-size:26px;
font-weight: bold;
}
.style2 {
color: #5111bb;
font-size:14px;
}

h1, h2 {
margin: 0px;
padding: 0px;
font-size: 16px;
font-weight: bold;
color: red;
}

.header {
color:red;
font-size:16px;
font-weight: bold;
}

.header_black {
font-size: 16px;
font-weight: bold;
color: black;
}

.normal {
color: #000000;
font-size:13px;
}

.small {
color: #000000;
font-size:11px;
}

/* границы */

.inner_table {
border: 1px solid #c0c0c0;
}

.image {
border: 3px solid #c5c5c5;
}

.listing_table {
border: 1px solid #c0c0c0;
}

.listing_table td {
border-bottom: 1px dotted #c0c0c0;
border-right: 1px dotted #c0c0c0;
}

/* ссылки */

a {
color: #5111bb;
}

.link_head:link {
font-size: 16px;
text-decoration: none;
}
.link_head:visited {
font-size: 16px;
text-decoration: none;
}
.link_head:active {
font-size: 16px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_head:hover {
font-size: 16px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

.link_black:link{
color: #000;
font-size: 14px;
text-decoration: none;
}
.link_black:visited{
color: #000;
font-size: 14px;
text-decoration: none;
}
.link_black:active{
color: #000;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #000;
}
.link_black:hover{
color: #000;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #000;
}

.link_normal:link {
font-size: 14px;
text-decoration: none;
}
.link_normal:visited {
font-size: 14px;
text-decoration: none;
}
.link_normal:active {
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_normal:hover {
font-size: 14px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

.link_small:link {
font-size: 11px;
text-decoration: none;
}
.link_small:visited {
font-size: 11px;
text-decoration: none;
}
.link_small:active {
font-size: 11px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}
.link_small:hover {
font-size: 11px;
text-decoration: none;
border-bottom: 1px dashed #5111bb;
}

/* элементы форм */

input.text {
color: #000000;
background: #f2f6f9;
border: 1px solid #c0c0c0;
}

textarea {
color: #000000;
background: #f2f6f9;
border: 1px solid #c0c0c0;
}

.sbmt {
width: 85px;
height: 22px;
background: url('images/green_button.png') #9AC947 no-repeat;
color: #ffffff;
border: 0;
}

