A:link    { color: blue; text-decoration: none}      /* unvisited links */
A:visited { color: blue; text-decoration: none }     /* visited links */
A:active  { color: yellow }   /* active links */
A:hover   { color: red; text-decoration: none }  
BODY { margin: 0px }

.front-text {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16pt}

.HomeNewsFeature
{
	background-image: ;
	background-repeat: no-repeat;
}
.TblNav
{
	background-image: ;
	background-repeat: no-repeat;
}
.TopNavBg
{
	background-color: #FBDAF9;
	background-repeat: no-repeat;
}
.HeaderBg2
{
	background-color: ;
	background-repeat: no-repeat;
}
.MainNavBg
{
	
	background-repeat: no-repeat;
}
SPAN.NavMain A:hover
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: small;
	color: #E6B453;
	text-decoration: bold;
	text-decoration: underline;
}

SPAN.NavMain A
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: small;
	color: #E2E6EE;
	text-decoration: bold;
	text-decoration: none;
}

SPAN.TopNav A:hover
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #E6B453;
	text-decoration: bold;
	text-decoration: underline;
	width: 150;
}

SPAN.TopNav A
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #E2E6EE;
	text-decoration: bold;
	text-decoration: none;
	width: 150;
}
SPAN.NavBottom A:hover
{
	font-family: verdana,arial,sans-serif;
	font-size: xx-small;
	color: red;
	text-decoration: bold;
	text-decoration: underline;
}

SPAN.NavBottom A
{
	font-family: verdana,arial,sans-serif;
	font-size: xx-small;
	color: blue;
	text-decoration: none;
}
.NavBody A:hover
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	font-size: x-small;
	color: red;
	text-decoration: underline;
}

.NavBody A
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	font-size: x-small;
	color: blue;
	text-decoration: none;
}

.NavBottom A:hover
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	font-size: xx-small;
	color: red;
	text-decoration: underline;
}

.NavBottom A
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	font-size: xx-small;
	color: blue;
	text-decoration: none;
}

.NavMain A:hover
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: red;
	text-decoration: bold;
	text-decoration: underline;
}

.NavMain A
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: blue;
	text-decoration: bold;
	text-decoration: none;
}

SPAN.WhiteCallout A
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: small;
	color: white;
	text-decoration: bold;
	text-decoration: none;
}

.collapsePanel {
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:20px;
	color: Black;
	background-color: #ffffcc;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}