@charset "utf-8";
/* CSS Document */

#tabhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	float: left;
	width: 100%;
}


#tabheadmenu{
	float: left;
}
#tabheadmenu ul{
	margin:0 0 0 20px;
	padding:0;
	display:block;
}
#tabheadmenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
}
#tabheadmenu ul li a{
	margin: 0 1px 0 0;
	padding: 6px 20px;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#tabheadmenu ul li a:hover{
	color: #FFFFCC;
}
.t1{
	background: #CD0000 url(../images/corner_t1.gif) top right no-repeat;
}
.t2{
	background: #A0CD00 url(../images/corner_t2.gif) top right no-repeat;
}
.t3{
	background: #3CBFB9 url(../images/corner_t3.gif) top right no-repeat;
}
.t4{
	background: #963CC0 url(../images/corner_t4.gif) top right no-repeat;
}


#tabheadpage{
	float: right;
}
#tabheadpage a{
	color: #666666;
	text-decoration: none;
}
#tabheadpage a:hover{
	color: #FF6600;
}
#tabheadpage span{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}


#tabfootpage{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tabfootpage a{
	color: #666666;
	text-decoration: none;
}
#tabfootpage a:hover{
	color: #FF6600;
}
#tabfootpage span{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}



#tabcont{
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tabcont table{
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#tabcont table a{
	color: #000000;
	text-decoration: none;
}
