body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

body, td, a, input {
    color: #184770;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

h1, h1 a {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}

.headerl {
    background-image: url('/img/headerl.jpg');
    background-repeat: no-repeat;
    width: 415px;
    height: 158px;
}

.header {
    background-image: url('/img/header.jpg');
    background-repeat: no-repeat;
    width: 790px;
    height: 145px;
}

.menui {
    background-image: url('/img/menui.jpg');
    background-repeat: repeat-x;		
    height: 120px;
}

.headerr {
    background-image: url('/img/headerr.gif');
    background-repeat: no-repeat;		
    width: 342px;
    height: 145px;
}

.footeri {
    background-image: url('/img/footeri.jpg');
    background-repeat: repeat-x;		
    height: 81px;
}

.menu_lb {
    background-image: url('/img/menu_lb.gif');
    background-repeat: no-repeat;
    height: 8px;
    width: 9px;	
}

.menu_rb {
    background-image: url('/img/menu_rb.gif');
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;	
}

.menu {
	background-color: #EFEFEF;
}

.center_table {
   padding-left: 22px;
   padding-right: 22px;
}

.content {
   padding: 10px;
}
.menu, .menu a {
    font-size: 10px;
}

.borders {
    border: 1px #CCCCCC solid;
}

form {
    margin: 5px 0px 5px 0px;
}

#main
{
        backGround: #f9f9f9;
	padding: 20px;
}

#left {
        backGround-color: #efefef;
        border-bottom: #b0b0b0 solid 1px;
}

hr { color: #b0b0b0; }

.input {
        background-color: #ffffff;
        border: #b0b0b0 solid 1px;
}

.btn {
        backGround: #f0f0f0;
        border: #b0b0b0 solid 1px;
        cursor: hand;
}


.title {
        font-family: tahoma;
        padding: 4px;
        font-weight: bold;
        font-size: 14px;
        backGround: #ffffff;
        width: 100%;
        border-top: #b0b0b0 solid 1px;
        color: #333333;
}

.subtitle {
        font-family: tahoma;
        margin-left: 10px;
        padding: 3px;
        font-weight: bold;
        font-size: 12px;
        backGround: #ffffff;
        width: 100%;
        border: #b0b0b0 dotted 1px;
        color: #444444;
}

.form_area {
        margin-left: 27px;
        padding: 5px;
        backGround: #f8f8f8;
        border: #b0b0b0 solid 1px;
        border-top: none;
}

.err {
	color: #DD0000;
}

#liten {
    color: #a0a0a0;
}

.gray {
    color: #a0a0a0;
    font-size: 10px;
}

.description, .description a {
    color: #333333;
}

.description a:hover {
    color: #000000;
}