@charset "utf-8";
/* CSS Document */

	body {
		font-size: 12px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		background-color: #6A7531;
		background-image: url('/images/bg.jpg');
		background-repeat: repeat-x;
	}
	table, tr, td {
		font-size: 12px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}
	.header {
	font-size: 24px;
	color: #5E335C
	}
	.question {
	font-weight: bold;
	color: FF5904;
	}
	.answer {
		font-weight: normal;
		color: #666666;
	}
	
	.paragraphTitle01 {
	font-weight: bold;
	color: #FF5904;
	}
	.paragraphContent {
		font-weight: normal;
		color: #666666;
	}
	.whiteLink {
		font-weight: normal;
		color: #FFFFFF;
	}
	.whiteLink A:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: underline;
	}
	.whiteLink A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: underline;
	}
	.whiteLink A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: underline;
	}
	.whiteLink A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #EEEEEE;
		text-decoration: none;
	}
