a:link,a:visited {
	color: #C4D2FE;
	border-bottom-style: dotted;
	border-bottom-color: #C4D2FE;
	text-decoration: none;
	border-bottom-width: 1px;
}
a:hover {
	color: #C4D2FE;
	border-bottom-style: solid;
	border-bottom-color: #C4D2FE;
	text-decoration: none;
	border-bottom-width: 1px;
}
a:active {
	color: #CC3300;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	text-decoration: none;
	border-bottom-width: 1px;
}
.ptitle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D2FE;
}
.desc {
	padding: 10px;
}
.topic {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}
.copyright {
	font-size: 10px;
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
.faq-question {
	color: #CC3300;
	font-size: 16px;
	font-weight: bold;
}
.faq-answer {
	font-size: 14px;
	color: #3333CC;
	padding-left: 20px;
	font-weight: normal;
	font-style: italic;
}
