P {
	MARGIN: 0px
}

.Head   {
    font-size:  20px;
    color: #999999;
}

.tab-active
{
	font:11px verdana;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 0px none #c0c0c0;
	background-color: #efefef;
	text-align: center;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.tab-inactive
{
	background-color: #004E82; 
	display:inline;	
	padding-left: 6px;
	padding-right: 6px;
	height:20;
	font:11px verdana;
	font-weight: normal;
	cursor:hand;
}
.subtabBg {
    background-color: #efefef;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active   {
    text-decoration:    none;
    color:#ffffff;
}
A.OtherTabs:hover {
    text-decoration:    none;
    color:#cc0000;
}