.boxText 
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	color: black;
	font-weight: normal;
	background-color: #cccc99;
	padding-Left: 8px;
}

.HeaderText 
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	color: black;
	font-weight: bold;
	background-color: #FFFFCC;
	padding-Left: 8px;
}

.HiglightedTab
{ 
	background-color: #FFFFCC;
	font-family: verdana, arial, helvetica; 
	font-size: 12.5px; 
	font-weight: bold;
	color: black;
	border-top: solid 1px #FFFFCC;
	border-right: solid 1px #FFFFCC
}

.Heading
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 12.5px;
	font-weight: bold;
	color: black;
	text-decoration: none
}

.StyleHeading
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 14px; 
	font-weight: bold;
	color: black;
}

.copyRight 
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	font-weight: normal;
	color: black;
	text-decoration:none
}

.Border 
{ 
	border-color: #CCCC99; 
	border-width: 1px;
	border-style: solid
}

.bodyText
{ 
	font-family: verdana, arial, helvetica; 
	font-size: 12px; 
	color: black;
	text-align: justify;
}

.OtherTabsTopBg
{
    background-color: #ffffdd;
    font-size: 0.7em;
    color: #aabbcc;
    border-bottom: #ffee99 4px solid;
    border-top: solid 1px #cccc66;
    border-right: solid 1px #cccc66;
}

.OtherTabsTopBgSpecial
{
    background-color: #CCCC99;
    font-size: 12 px;
}

.TabText 
{
    color: black;
    font-weight: bold;
	font-family: verdana, arial, helvetica; font-size: 12px; 
}

.SeparatorTabsBg 
{
    border-left: solid 1px #cccc66;
}

A.NavLink:link, A.NavLink:visited 
{
    text-decoration: underline;
    color: black;
    font-weight: normal
}

A.NavLink:hover 
{
    text-decoration: underline;
    color: black;
    font-weight: normal
}