body {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, sans serif;
    font-size: 0.7em;
    background-color: #ffffff;
    color: #494949;
}

a:link, a:active, a:visited {
    color: #00408B;
    text-decoration: none;
}

a:hover {
    color: #668FBF;
}

td {
    font-family: tahoma, sans serif;
    font-size: 0.7em;
}

th {
    font-family: tahoma, sans serif;
    font-size: 0.7em;
    font-weight: normal;
}

p {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
	background-color:#FFFFFF;
}

.MainTable {
    height: 98%;
}

#outer {
    width:auto;
    max-width:1280px;
    width:expression(document.body.clientWidth >1280? "1280px": "auto" );
    margin:0 auto;
    padding: 0px;
    vertical-align:top;
    border:1px solid #eeeeee;
    text-align:center;

}

.LogoArea {
    background-color: #E2EDE0;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px;
    color: #42A018;
    border-right: 3px solid #D4E8CB;
}

.LeftColumn {
    background-color: #E2EDE0;
    padding: 5px;
    padding-left: 10px;
    border-right: 3px solid #D4E8CB;
    text-align: left;
}

div .advert {
	padding:12px 30px; 
	background-color:#e2ede0;
}
div .advert p{ 
	background-color:#e2ede0;
}

.MainPane {
    padding: 10px;
    padding-left: 20px;
    text-align: left;
}

.RightColumn {
    padding: 10px;
}

.RoadMap {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    background-color: #E2ECE1;
}

.RoadMapImg {
    padding-top: 5px;
    padding-bottom: 5px;
}

.RoadMapImgOut {
   background-color: #E2ECE1;
   padding: 1px;
}

.RoadMapImgIn {
    height: 80px;
    background-color: #E2ECE1;
    text-align: center;
    border: 1px solid #479A18;
}

A:link.RoadMapLink, A:visited.RoadMapLink, A:active.RoadMapLink {
    color: #3E932E;
}

#Bottom {
    background-color: #B2EE94;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #89CC67;
    border-bottom: 1px solid #89CC67;
}

#Bottom a:link, #Bottom a:active, #Bottom a:visited, a:hover {
    color: #777777;
}

#SearchTable {
    margin-right: 10px;
    margin-bottom: 10px;
}

.SearchInp {
    border: 1px solid #BEC3C7;
    font-size: 9px;
    width: 90px;
}

.SearchBtn {
    border: 1px solid #BEC3C7;
    background-color: #E2EDE0;
    color: #BEC3C7;
    font-size: 9px;
}

#IconsBar {
    width: 115px;
    color: #BEC3C7;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.Lang a:active, .Lang a:link, .Lang a:visited {
    color: #ffffff;
    font-size: 9px;
}

.DecorSlot {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.DecorSlot a:link, .DecorSlot a:visited, .DecorSlot a:active {
    color: #ffffff;
    text-decoration: none;
}

.DecorSlot a:hover {
    color: #F0F0F0;
    text-decoration: none;
}

.DecorSlot a img {
    margin-top: 4px;
    border: 1px solid #ffffff;
}

#Copyright {
    text-align: center;
    font-family: helvetica, sans serif;
    font-size: 10px;
}

#Copyright b {
    font-family: verdana, sans serif;
    font-size: 10px;
    font-weight: bold;
}

.MenuBox {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
}

.MainMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.MainMenu li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.MunuLev2 {
    text-transform: none;
    font-weight: normal;
    margin-left: 10px;
}

.MunuLev3 {
    margin-left: 10px;
}

.MenuSelected {
    font-weight: bold;
    color: #002652;
}

.Block {
    padding: 5px;
    background-color: #E2EDE0;
    border: 1px solid #B2EE94;
    margin-top: 5px;
    margin-bottom: 10px;
}

.Block ul {
    margin: 0px;
    padding: 0px;
}

.Block ul li {
    color: #319600;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ContentHeader {
    color: #319600;
    text-transform: uppercase;
    font-size: 0.8em;
    border-bottom: 3px solid #E2EDE0;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    padding-left: 15px;
    background-image: url( <c:url value= "/images/green_square.gif" /> );
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.ContentHead {
    color: #319600;
	background-color:#FFFFFF;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
div .textstart {
	font-size: 110%;
}
