html, body, #wrapper {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;	
	background-color: #fff;
	height:100%;
	margin: 0px;
        padding: 0px;
	border: none;
	color: #626262;	
}

html{
	overflow-y:scroll;
}

#wrapper
{
	margin: 0 auto;
        width: 900px;
}

.header{
        height: 124px;
}

.body{
	height: 100%;
	vertical-align: top;
}

.separator{
	height: 20px;
}

.footer{
	height: 65px;
}

table.top{
	width:100%;
        vertical-align: middle;
        text-align: center;
        color: #62b04b;
        font-size: 16pt;
        text-decoration: none;
        border-collapse: separate;
        border-spacing: 0px;
        text-indent: 0px;
}

table.top a{
        color: #62b04b;
        text-decoration: none;
}

table.middle td {
        vertical-align: top;
        padding:0px;
}        

table.main {
        width: 100%;
        border: 0px;
        margin-top:0px;
}

table.main td.top {
        width: 100%;
        background-color: #fff;
        background-image: url(img/line_grey.gif);
        background-position: top;
        background-repeat: repeat-x;
}

table.main td.bottom {
        width: 100%;
        background-color: #fff;
        background-image: url(img/line_grey.gif);
        background-position: bottom;
        background-repeat: repeat-x;
}

table.main td.left {
        background-color: #fff;
        background-image: url(img/line_grey.gif);
        background-position: left;
        background-repeat: repeat-y;
}

table.main td.right {
        background-color: #fff;
        background-image: url(img/line_grey.gif);
        background-position: right;
        background-repeat: repeat-y;
}

table.tableform td{
	vertical-align: middle;
}

table.bottom {
        width: 100%;
        height: 65px;
        background-color: #ebebeb;
        border:0px;
        padding:0px;
        padding-left:30px;
        padding-bottom:10px;
}

table.bottom td{
        width: 25%;
        padding-right:40px;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:12px;
        border-left: 1px solid #d9d9d9;
}

table.policy {
        width: 95%;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        margin-bottom:20px;
}

table.policy th {
        background-color: #eff3f8;
        font-size: 8pt;
        color: #000;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding-left: 10px;
        padding-right:10px;
        padding-top:6px;
        padding-bottom:7px;
        font-weight: normal;
}

table.policy td {
        color: #626262;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding-left: 10px;
        padding-right:10px;
        padding-top:6px;
        padding-bottom:7px;
}




a {
        color: #6d92be;
        text-decoration: none;
}

p {
        text-align:left;
}

p.center {
        text-align:center;
}


p.title {
        text-decoration: none;
        color: #000;
        font-weight: bold;
}                                        

p.lang {
        color: #000;
        margin-top:0px;
        margin-bottom:16px;
        margin-right: 10px;
}
                                
p.lang a {
        color: #626262;
        text-decoration: underline;
        margin-right: 10px;
}
                                
p.bottom {
        font-weight: bold;
}
                                        
p.bottom a{
        text-decoration: none;
        color: #626262;
}

div.offmenu {
        color: #000;
        padding-left: 15px;
        background-image: url(img/arrow_1.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding-top: 6px;
        padding-bottom: 7px;
}

div.offmenu a {
        color: #000;
        text-decoration: none;
        font-weight: normal;
}

div.offmenu a:hover {
        color: #55a33d;
        text-decoration: none;
        font-weight: normal;
}

div.onmenu {
        color: #fff;
        padding-left: 15px;
        background-image: url(img/bg_menu_2.gif);
        background-position: top left;
        background-repeat: no-repeat;
        padding-top: 7px;
        padding-bottom: 7px;
}

div.onmenu a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
}

pre {
        padding: 1em;
        border: 1px dashed rgb(47, 111, 171);
        color: black;
        background-color: rgb(249, 249, 249);
        line-height: 1.1em;
}
                                        

#lang {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        padding-right: 5px;
        padding-left: 6px;
        padding-top:0px;
        padding-bottom:1px;
        margin-bottom:13px;
        margin-right: 10px;
        color: #000;
	background-color: #ebebeb;
}

