.category{font-size: 15px; color:black;font-weight:bold;}

.question{font-size: 13px; color:black;font-weight:bold;}

.answer{font-size: 13px; color:black;font-weight:normal;}

.qTitle {font-size:11px;font-weight : bold; text-align:left;}

.qDetail {font-size : 10px;font-weight : normal;text-align:left;}

/*.CategoryList, .CategoryCount  
	{ 
	font-size: 12px; 
	color: black;
	}
.CategoryCount { font-size: 11px;}

.ListElements {margin:10px;border : 2px thin black ;background : #eeeeee;}  
*/
.RelatedItems {font-size: 13px; color:black;font-weight:normal;}  

.questionlist{font-size: 13px; color:black;font-weight:normal;}
.FAQ {
   padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width:500px;
}

.SummaryBox {
   padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width:240px;
   height:125px;
}

.imageframe {
   padding:5px;
   margin:5px;
	border : thin solid black;
	background : #eeeeee;
}

.summarylabel{font-size: 11px; color:black;font-weight:bold;}
.summarydata{font-size: 11px; color:black;font-weight:normal;}

Input.button {font-family: Verdana, Arial, Helvetica;background-color: gold;FONT-SIZE:8pt;}


.box{
	background : white;
   font-size: 11px; color:navy;font-weight:bold;
   width: 240px;
}

.areabox{
	background : white;
   font-size: 11px; color:navy;font-weight:bold;
   width: 240px;
   height:100px;
   font-family: Arial, Helvetica, sans-serif; 
}


.BoxedLabel{
   padding:5px;
   margin:5px;
	/*border : thin solid Gray;*/
	background : black;
	width:75%;
   font-size: 11px; color:white;font-weight:bold;
}

.FAQCategoryList {
	list-style: square;
}
.FAQList {
	list-style: circle;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	padding: 1px 0px 1px 5px;
	color:white;
	/*background : #999999;*/
}
.FAQCategoryTitle {
	/*color:black;*/
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
	/*border : thin solid Gray;
	background : #eeeeee;*/
	width:95%;
}
.FAQQuestion{
	/*color:black;*/
}
.FAQFrame .FAQQuestion {
	font-weight:bold;
}
.FAQAnswer {
	color:#000;
	padding-left: 15px;
}
.FAQImageFrame {
   padding:5px;
   margin:5px;
   border : thin solid black;
   background : #eeeeee;
}

/* Classes to support the FAQ Related Questions */
.FAQRelatedItemsCategoryTitle {
	
}
.FAQRelatedListItem {
	list-style: disc;
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQRelatedItem {
	
}

/* Classes to support the FAQ View Summary and Rating div tags */
.FAQSummaryBox {
	padding:5px;
   	margin:6px;
	border : thin solid Gray;
	background : #eeeeee;
	width:260px;
   	height:165px;
}
.FAQSummaryLabel {
	font-weight:bold;
	color:black;
}
.FAQSummaryData {
	color:black;
}

.summarylabel {
	color:white;
}

.summarydata {
	color:white;
}