.LightHeader 
{
    background-color:Transparent;
	font-family: Verdana, Arial, sans-serif; 
	color: #8DBCBD; 
	font-size: 10px; 
	font-weight: bold;
}

.DarkHeader 
{
    background-color:Transparent;
	font-family: Verdana, Arial, sans-serif; 
	color: #60614A; 
	font-size: 10px; 
	font-weight: bold;
}

.RedHeader
{
    background-color:Red;
    line-height:25px;
}
.BlueHeader
{
    background-color:#0655B7;
    line-height:25px;
}
.BlackHeader
{
    background-color:#000000;
    line-height:25px;
}

.whitebg
{
    background-color:White;
}
.blackborder
{
    border-color:Black;
    border-width:1px;
    border-style:solid;
}
.RedBorder
{
    border-color:red;
    border-width:1px;
    border-style:solid;
}
.WhiteHead
{
   	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	font-weight:bold;
	font-size:14pt;
	font-family:Calibri, Geneva, Arial, Tahoma, Helvetica;
}
.PinkHead
{
   	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #F38EBA;
	font-weight:bold;
	font-size:14pt;
	font-family:Calibri, Geneva, Arial, Tahoma, Helvetica;
}

