INPUT.ButtonTabs
{
    BORDER-RIGHT: lightslategray 1px single;
    BORDER-TOP: ;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	font-weight: bold;
    BORDER-LEFT: lightslategray 1px single;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: lightslategray 1px single;    
    BACKGROUND-COLOR: #BDDEB1;/*transparent;*/
	WIDTH:100px;
	HEIGHT:20px;
	text-align:left;
}

  INPUT.ButtonTabsOver
{
    BORDER-RIGHT: lightslategray 1px single;
    BORDER-TOP: lightslategray 1px single;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	font-weight: bold;
    BORDER-LEFT: lightslategray 1px single;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: lightslategray 1px single;    
    BACKGROUND-COLOR: #FAB22D;/*transparent;*/
	WIDTH:100px;
	HEIGHT:20px;
	text-align:left;
}  
  INPUT.ButtonTabsSelect
{
    BORDER-RIGHT: lightslategray 1px single;
    BORDER-TOP: lightslategray 1px single;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
	font-weight: bold;
    BORDER-LEFT: lightslategray 1px single;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: lightslategray 1px single;    
    BACKGROUND-COLOR: #CCCCCC;/*transparent;*/
	WIDTH:100px;
	HEIGHT:20px;
	text-align:left;
}  
.mediumFONT
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-ALIGNment: left;
	font-style: normal;

}