body {
	font-family: Trebuchet MS, Tahoma, Verdana;
	margin: 0px;
	padding:10px;
	background-color: #fff;
	font-size: 14px;
	
}

form {
	padding:0px;
	font-family: Verdana, Gill Sans;
	font-size: 12px;
	color: #555;
}

td {
	font-family: Tahoma, Verdana;
	letter-spacing: 1px;
	font-size: 11px;
	color:#555;
}
table.main {
	background-color: #fff;
	background:url(img/bg.jpg);
}
td.tl {
	background:url(img/tl.gif);
}
td.t1 {
	background:url(img/t1.gif);
}

td.tr {
	background:url(img/tr.gif);
}

td.bl {
	background:url(img/bl.gif);
}

td.br {
	background:url(img/br.gif);
}

td.tl2 {
	background:url(img/tl2.gif);
}

td.tr2 {
	background:url(img/tr2.gif);
}

td.bl2 {
	background:url(img/bl2.gif);
}

td.br2 {
	background:url(img/br2.gif);
}

td.footer {
	color: #fff;
	background-color: #008e8f;
	padding:0 8px 0 8px;
	font-size: 10px;
	height:20px;
}

td.small {
	font-size:9px;
}

.logo {
	font-family: Trebuchet MS;
	font-size:20px;
	font-weight: bold;
	color: #3babb0;
}

a {
	color: #1a9499;
	text-decoration: none;
}

a:hover {
	color: #1a9499;
	text-decoration: underline;
}

a.ft {
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

a.ft:hover {
	font-weight:bold;
	color: #fff;
	text-decoration: underline;
}

#tablist{
	padding: 0;
	margin-left: 37px;
	margin-bottom: 0px;
	margin-top: 1px;
	font:11px Tahoma, Verdana;
	height:19px;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0px;
	font-size:10px;
	font-weight:bold;
	height:19px;
}

#tablist li a{
	padding: 8px;
	margin-left: 1px;
	background:url(img/t1.gif) no-repeat #cccd94;
	color:#505050;
	height:19px;
}

#tablist li a.current{
	background:url(img/l1.gif) no-repeat #008e8f;
	background-color: #008e8f;
	color:#fff;
}

#tablist li a:hover{
	background:url(img/l1.gif) no-repeat #008e8f;
	background-color: #008e8f;
	color:#fff;
	text-decoration:none;
}

#tabcontentcontainer{
	/* width:550px; */
	border-top:1px solid #778;
	/* height:0px;                                	 */
}

.tabcontent{
	display:none;
}

.out_tab {
 	background-color:#008e8f;
	border:1px solid #008e8f;
	text-align:center;
	color: #555;
	font-size:11px;
}

.out_tab2 {
 	background-color:#00cccd;
	border:1px solid #00cccd;
	text-align:center;
	color: #555;
	font-size:11px;
}
