@charset "UTF-8";
.candDetailName {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
}
.candDetailBody {
	font-size: 10pt;
	color: #333333;
	line-height: normal;
}
.biographyTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
}
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	font-size: 9pt;
}
.candName {
	font-size: 9pt;
	font-weight: bold;
	color: #0066FF;
}
.candDesc {
	font-size: 8pt;
	color: #333333;
}
.footer {
	font-size: 8pt;
	color: #666666;
}
.forum_desc {
	font-size: 13pt;
	line-height: 20pt;
	text-align: justify;
}
.quote {
	font-size: 12pt;
	font-style: italic;
	color: #006699;
}
