@media print  {
.tabs-nav {
display:none;
}
}

@media projection,screen  {
.tabs-hide {
display:none;
}
}

tr td {
vertical-align:top;
}

body,html {
text-align:center;
background:url(media/back3.jpg) repeat-x;
background-color:#fff;
margin:0;
}

#header {
width:1044px;
height:97px;
}

#footer {
	background-color:#333;
}

#flash {
	margin-left:20px;	
float:right;
width: 440px ;
height:490px;
border: #C5E1E4 17px solid; 
overflow:hidden;
margin-right:-30px;
}


#logo {
position:relative;
background:url(media/header2.png) no-repeat;
float:left;
margin-left:13px;
margin-bottom:-33px;
width:376px;
height:130px;
}

#logo2 {
position:relative;
background:url(media/header-pape.png) no-repeat;
float:right;
margin-right:13px;
width:560px;
height:125px;
margin-bottom:-33px;
z-index:2;
}

#main_body {
text-align:left;
position:relative;
padding-left:30px;
background:url(media/div_back2.png) no-repeat;
width:1014px;
min-height:500px;
margin-left:auto;
margin-right:auto;
z-index:1;
}


.footerl {
color:#999;
font-size:11px;
line-height:20px;
text-decoration:none;
}

a.footerl:hover {
color:#666;
line-height:10px;
font-size:11px;
text-decoration:none;
}

.tabs-nav {
list-style:none;
margin:0;
padding:0;
margin-left:20px;
}

.tabs-nav:after {
display:block;
clear:both;
content:" ";
}

.tabs-nav li {
text-align:center;
float:left;
margin-top:47px;
min-width:84px;
}

.tabs-nav a {
position:relative;
width:127px;
height:38px;
font-size:16px;
font-weight:800;
color:#fff;
float:left;
background:url(media/button_blue2.gif) no-repeat left top;
padding-top:8px;
text-decoration:none;
cursor:pointer;
white-space:nowrap;
margin:0;
margin-right:9px;
}

.tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-disabled a:link,.tabs-nav .tabs-disabled a:visited {
cursor:text;
}

.tabs-container {
margin-left:-22px;
width:617px;
min-height:600px;
background:#fff;
padding:40px;
padding-top:10px;
z-index:99999;
margin-right:9px;
}

.tabs_hidden {
display:none;
}

a.top:link,a.top:visited,a.top:active {
color: #333;
font-size:16px;
text-decoration:none;
}

a.top:hover {
color: #999;
font-size:16px;
text-decoration:none;
}

a.footerl:link,a.footerl:visited,a.footerl:active {
color:#999;
font-size:11px;
text-decoration:none;
}

.tabs-nav .tabs-selected a,.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
width:127px;
height:38px;
color:#000;
float:left;
background:url(media/button_green2.gif) no-repeat left top;
padding-top:8px;
text-decoration:none;
cursor:pointer;
margin:0;
margin-right:9px;
}

.form_text {
        background: #f3f3f3;
        border: 1px solid #ddd;
        border-top-color: #bbb;
        border-top-width: 2px;
        border-left-color: #bbb;
        border-right-color: #bbb;
		 font: bold 14px Arial, Helvetica, Verdana, sans;
	letter-spacing: -1px;
    width: 100%;
    color: #000;
    padding: 3px;
    }
	
	
	
	
	
	
	
	
	#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}