@charset "utf-8";
/* CSS Document */

	body {
		font-size: 12px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		background-color: #CFE1F2;
		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: #054fb0;
	}
	.question {
		font-weight: bold;
		color: #B21E7E;
	}
	.answer {
		font-weight: normal;
		color: #666666;
	}
	
	.paragraphTitle01 {
		font-weight: bold;
		color: #B21E7E;
	}
	.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;
	}
