
TABLE.faq Td.headline{
	background-color: #000000;
	color: 				#000000;
	font-weight: 		bold;
	padding: 			0px 0px 0px 10px;
}
TABLE.faq Td.comments {
	padding: 			10px 0px 5px 0px;
}
TABLE.faq Td.arrow {
	color:#000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 		#000000 2px solid;
	border-bottom: 	#ffffff 2px solid;
	width: 30px;
}
TABLE.faq Td.content {
	border-bottom: 		#ffffff 1px solid;
	background-color: #d4dde5;
	padding: 			2px 2px 2px 5px;
}
TABLE.faq div {
	margin: 				1px;
	color: 				#ffffff;
	font-weight: 		bold;
	padding: 			5px 2px 5px 0px;
}
Table.faq A:link {
	color:				#000000;
	text-decoration:	none
}
Table.faq A:active {
	color:				#000000;
	text-decoration:	none
}
Table.faq A:visited {
	color:				#000000;
	text-decoration:	none
}
Table.faq A:hover {
	color:				#4f6767;
	text-decoration:	none;
}
	
	


TABLE.table-faq{
	width:				270px;
}
TABLE.table-faq INPUT{
	width:				270px;
	border:				1px solid #5e809c;
}
TABLE.table-faq TEXTAREA{
	width:				270px;
	border:				1px solid #5e809c;
}
INPUT.submit-FAQ{
	border:				2px solid #5e809c;
	background-color:	#eceeeb;
	font-size: 			11px;
}
