body, table {
    font-family: Helvetica, sans-serif;
    font-size: 92%
}

body {
    background: url(../images/graphics/im/background.jpg) repeat-x #094195;
    color: #020286;
    text-align: left
}

div#wrapper {
    background: url(../images/graphics/im/body.jpg) repeat-y;
    margin: 0 auto;
    text-align: left;
    width: 830px
}

div#wrapper2 {
    background: url(../images/graphics/im/back-top.jpg) no-repeat
}

div#content {
    min-height: 170px;
    padding: 20px 40px
}* html div#content {
    height: 170px
}

div#footer {
    background: url(../images/graphics/im/footer.jpg) no-repeat;
    clear: both;
    height: 95px;
    text-align: right
}

div#footer div {
    color: #fff;
    font-size: 80%;
    font-style: italic;
    padding: 20px 40px
}

.form th {
    color: #333;
    height: 30px;
    padding: 4px 10px
}

.form td {
    background: #EEE;
    border: thin solid #C4C4C4;
    padding: 10px;
    vertical-align: top
}

.list th {
    border-bottom: thin solid #C4C4C4;
    font-size: 110%;
    font-weight: normal;
    letter-spacing: 1px
}

.list td {
    background: #eee;
    border-bottom: thin solid #C4C4C4;
    border-right: thin solid #C4C4C4;
    vertical-align: top
}

.list tr.odd td {
    background: #fff;
    color: #78A919
}

.list tr:hover td {
    background: #ECED9D;
    color: #FC3434
}

#footer td {
    padding: 0;
    vertical-align: bottom
}

#footer td.right {
    text-align: right;
    width: 1%;
	float:none;
}

a, a:link, a:visited {
    color: #E96C1E;
    text-decoration: none
}

a:hover {
    color: #E96C1E;
    text-decoration: underline
}

img.left {
    float: left;
    margin: 0 10px 10px 0
}

img.right {
    float: right;
    margin: 0 0 10px 10px
}

h1 {
    color: #E96C1E;
    font-size: 2.3em;
    font-weight: bold
}

h2 {
    color: #020286;
    font-size: 1.7em
}
.left {
    float: left;
    margin: 0 10px 10px 0
}

.right {
    float: right;
    margin: 0 0 10px 10px
}
.clear {
    clear: both
}
.acenter {text-align:center}
.aleft {text-align:left}
.aright {text-align:right}

.form_errors {
    color: red
}

#content .contacts td {
    border: 0px;
}

div.button {padding:15px 0px;text-transform:uppercase;}
div.button a,
div.button a:visited {padding:5px;background:#E96C1E;border:3px solid #fff;color:#fff;}
div.button a:hover {background:#E98E55;text-decoration:none;border:3px solid #E96C1E;color:#fff;}

