﻿.tab  {
	background-image:url('../images/tab/taboff.gif');
	background-repeat:no-repeat;
	width:136px;
	height:25px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	text-align:center
}
.tab1  {
	background-image:url('../images/tab/tabon.gif');
	background-repeat:no-repeat;
	width:136px;
	height:25px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
}
.tab a{
	text-decoration:none;
	color:black;
}
.tab a:hover{
	text-decoration:none;
	color:red
}
.tab1 a{
	text-decoration:none;
	color:black;
}
.tab1 a:hover{
	text-decoration:none;
	color:red
}

.tabC{
	border-left:1px #A4A8B7 solid;
	border-bottom:1px #A4A8B7 solid;
	border-right:1px #A4A8B7 solid;
	padding:10px 10px 10px 25px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	background-color:white
}

