table.faq{
margin:0px;
width:100%;
border-style:none;
background:#ffffff;
}

td.ok{
  background-color : #ddf7ff;
  border-color : #cccccc #cccccc #cccccc #cccccc;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
}

ul.faq {
	font-size: 11pt; line-height: 140%;
}
li.faq {
	margin-top: 10pt; margin-bottom: 10pt; margin-right: 5pt;
}
dl.faq {
	line-height: 140%; margin-right: 5pt;
}
dt.faq {
	font-weight: bold; font-size: 11pt;
}
.question {
	font-size: 12pt; color: blue;
}
dd.faq {
	margin-top: 10pt; margin-bottom: 10pt; margin-right: 5pt;
}
.answer {
	font-weight: bold; font-size: 12pt; color: red;
}
td.faq {
	font-size: 11pt;
}
td.faq_class {
	font-size: 11pt; color: blue;
}
a.faq {
	text-decoration: none;
}
a.faq:link {
	color: #0000ff;
}
a.faq:visited {
	color: #8a2be2;
}
a.faq:active {
	text-decoration: underline;
}
a.faq:hover {
	text-decoration: underline;
}
a.faq_class {
	color: #aabbcc;
}
a:link.faq_class {
	color: blue;
}
a:visited.faq_class {
	color: blue;
}
