.FAQCategory
{
	font-size: 13px;
	font-weight: bolder;
}
A.FAQQ:link
{
	color: #325287;
	text-decoration: none;
	font-weight: bolder;
}
A.FAQQ:hover
{
	color: #325287;
	text-decoration: underline;
	font-weight: bolder;
}
A.FAQQ:visited
{
	color: #325287;
	text-decoration: none;
	font-weight: bolder;
}
A.FAQQ:visited:hover
{
	color: #325287;
	text-decoration: underline;
	font-weight: bolder;
}
A.FAQQ:active
{
	color: #325287;
	text-decoration: none;
	font-weight: bolder;
}
.FAQA
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	border: 1px solid #990000;
	background-color: LightYellow;
	padding: 5px;
	/* Initial set display = none, then let the FAQ page javascript show when user requests */
	display: none;
}
TD.CellButtonOut
{
	background-color: #ffffff;
	border-top: #ffffff 1px solid;
	border-left: 0px;
	border-bottom: #666666 1px solid;
	border-right: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px 11px 5px 11px;
	cursor: default;
}

TD.CellButtonOver
{
	background-color: #e8e8e8;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #e8e8e8 1px solid;
	border-right: #666666 1px solid;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	cursor: hand;
	cursor: pointer;
}

A.CellLink:link
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#000000;
}	
		
A.CellLink:visited
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#000000;
}

A.CellLink:active
{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#000000;
}	
		
A.CellLink:hover
{	
	text-decoration:	none;
	font-weight:	bold;
	color:  #990000;
}
