<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background-color:#95b2f1;
	background-image:url(../img/back_body.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2{
	font-size: 18px;
}

#header{
	position:absolute;
	top:40px;
	width:100%;
	height:95px;
}

#contain
{
	overflow:hidden;
}

#logoback
{
	position:absolute;
	top:0px;
	width:100%;
	background-image:url(../img/back_logo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:390px;

}

#maintabs{
	margin-top:280px;
	width:906px;
	height:600px;
	margin-left: auto;
    margin-right: auto;
	overflow:hidden;
}


#header table{
	width:100%;
	height:95px;
	padding:0;
	margin:0;
	border:0;
	border-spacing:0
}

#header table .backed{
	background-image:url(../img/back_header.png);
	text-align:center;
}

#header table .backedl{
	background-image:url(../img/back_headerl.png);
	width:22px;
}

#header table .backedr{
	background-image:url(../img/back_headerr.png);
	width:22px;
}

#header table .header_logo{
	width:300px;
}

#header a{
	display: block;
	color: #555;
	font-size: 16px;
	padding: 0;
	text-decoration: none;
}

#tabs table{
	width:100%;
	height:350px;
	padding:0;
	margin:0;
	border:0;
	border-spacing:0
}

#tabs table td{
	vertical-align:top;
	text-align:justify;
	font-size:14px;
	width:33%;
	padding-left:8px;
	padding-right:30px;
	line-height:20px;
}



.ui-tabs
{
	padding: 0;
}

.ui-widget
{
	font-family: inherit;
	font-size:16px;
}
.ui-widget-content
{
	border: 0px;
	background: url(../img/back_tabs.png);
	color: #444;
}

.ui-widget-header
{
	border: 0px;
	background: none;
	color: red;
	font-weight: bold;
	border-image: initial;
	margin:0;
	padding:0;
}

#tab-select
{
	overflow:hidden;overflow:hidden;
}

.ui-tabs .ui-tabs-nav li 
{
	margin: 0;
	padding: 0;
	text-align:center;
	width:160px;
	overflow:hidden;
}


.ui-state-default
{
	border:0;
	padding:0;
	margin:0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border:0;
	font-weight:normal;
	background-image:none;
	background-color:#22518b;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background-image:none;
	background-color:#FFF;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #AAA;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #22518b;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #22518b;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #22518b;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	border:0;
	font-weight:normal;
}


h2
{
	color:#F60;
}



</pre></body></html>