﻿.TabItem
{
    background-color: transparent;
    text-decoration: none;
    border:0px;
    cursor:pointer;    
    cursor:hand;
    text-align:left;
    
    font-family:Verdana;
	font-size:10px;
	color:#ffffff;	
	font-weight:bold;
}

.TabItemSelected
{
    background-color: transparent;
    text-decoration: none;
    border:0px;
    cursor:pointer;    
    cursor:hand;
    text-align:left;
    
    font-family:Verdana;
	font-size:10px;
	color:#821E00;	
	font-weight:bold;
}