.tabOn
{
	text-align:center;
	background: #000000;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: none;
	padding:2 2 2 2;
    font-size:8pt;   
    color:#FFFFFF;
    cursor:hand;
    cursor:pointer !important;
}
.tabOnOver
{
	text-align:center;
	background: #F2D13D;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: none;
	padding:2 2 2 2;
    font-size:8pt;   
    color:#60605B;
    cursor:hand;
    cursor:hand !important;
}
.tabOff
{
	text-align:center;
	background: #666666;
	border-left:  gray 1px solid;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: black 1px solid;
	padding:2 2 2 2;
    font-size:8pt;    
    color:#FFFFFF;
    cursor:hand;
    cursor:pointer !important;
}
.tabOffOver
{
	text-align:center;
	background: #F2D13D;
	border-left:  gray 1px solid;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: black 1px solid;
	padding:2 2 2 2;
    font-size:8pt;
    font-weight:bold;
    color:#60605B;
    cursor:hand;
}
.tabEdge
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: #FFFFFF 1px solid;   
}
.tabContent
{
	background: #E0E0E0;	
	padding:2px 2px 2px 2px;
	font-size:8pt;
    color:#000000;
    border-left: #FFFFFF 1px solid; 
    border-bottom: #FFFFFF 1px solid; 
    border-right: #FFFFFF 1px solid; 
}
.tabLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
}
.tabLabelSmall
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
}
.tabLabelNoBold
{
	font-family: Verdana;
	font-size: 8pt;	
	color: #000000;
	background-color: #E0E0E0;
}
input.NoBorder
{
	font-family: Verdana;
	font-size: 8pt;	
	color: #000000;
	background-color: #E0E0E0;	
	border: none;	
}
.small
{
	font-family: Arial;
	font-size: 6pt;	
	color: #000000;
}
#nav li {display: inline; padding: 2px 0 2px 10px;
  background: white url(topleft.gif) top left no-repeat;}
#nav li a {padding: 2px 10px 2px 0; text-decoration: none;
  background: url(topright.gif) top right no-repeat;}

