/*breadcrumbs
.breadcrumbs {
	font-size: 100%;
}
.breadcrumbs a:link {
	color: #09F;
	text-decoration:none;
}
.breadcrumbs a:visited {
	color: #09F;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #09F;
	text-decoration: underline;
}
.breadcrumbs a:active {
	color: #09F;
	text-decoration: none;
}
*/
.cat_box {
	background-color: #0000ff;
	background-image:url(images/faq/cat_box_bg.png);
	border: solid 5px #65788B;
	text-align: left;
	height: 250px;
}
.group {
	/*border: solid red 2px;*/
	float: left;
}

/*cat_box*/
.cat_box ul {
	padding-left: 0px;
}
.cat_box ul li {
	color: #000;
	font-size: 90%;
	list-style: none;
}
.cat_box ul li a:link {
	text-decoration: none;
	color: #03F;
}
.cat_box ul li a:visited {
	text-decoration: none;
	color: #03F;
}
.cat_box ul li a:hover {
	text-decoration: underline;
	color: #03F;
}
.cat_box ul li a:active {
	text-decoration: none;
	color: #03F;
}

/*faq_cat*/
#faq_mod {
	color: white;
}
#faq_mod ul {
	color: white;
}
#faq_mod ul li {
	color: white;
	list-style: none;
}
#faq_mod ul li a {
	color: #8CBAFF;
	text-decoration:none;
	font-size: 130%;
}

/*faq_mod_q*/
#faq_mod_q {
	color: white;
}
#faq_mod_q ul {
	color: white;
}
#faq_mod_q ul li {
	color: white;
	list-style: none;
}
#faq_mod_q ul li a:link {
	color: #B9D3FF;
	text-decoration:none;
	font-size: 130%;
}
#faq_mod_q ul li a:visited {
	color: #B9D3FF;
	text-decoration:none;
	font-size: 130%;
}
#faq_mod_q ul li a:hover {
	color: #B9D3FF;
	text-decoration:underline;
	font-size: 130%;
}
#faq_mod_q ul li a:active {
	color: #B9D3FF;
	text-decoration:none;
	font-size: 130%;
}

