@charset "utf-8";
/* CSS Document */

body {
}

h1,h2,h3,h4 {
}

h1 {
line-height:62px;
font-size:50px;
margin-bottom:10px;
}

h2 {
line-height:30px;
font-size:24px;

}

h3 {
	font-size:33px;
	color:#00073c;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:40px;
}

h4 {
	font-size:16px;
	margin-bottom:10px;
	margin-left:20px;
	color:#333333;
}

.titleheader {
margin:10px 0 30px 0;

}

.titlesubheader {
	margin-bottom:15px;
}

.letterTitleheader {
	background-image: url(../images/letter_Header.png);
	background-repeat: no-repeat;
	margin-bottom:15px;
	padding:12px 8px 12px 8px;
}

.letterheader {
	background-image: url(../images/letter_SubheaderBG.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
	margin-top:20px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding: 13px 0 13px 50px;
	
}

.letterAttention {
	background-image: url(../images/letter_AttentionBG.png);
	font-size:20px;
	font-weight:bold;
	padding: 12px 0 10px 20px;
}
	
	
.sufferingItem {
margin-top:10px;
margin-bottom:10px;
}

.letterText {
	margin: 15px 15px 30px 15px;

}



.answerTable {
	background-color:#d4ffb8;
	border:1px solid #9bf361;
	padding:10px 15px 10px 15px;
	width:650px;

}


.questionTable {
	background-color:#fff3ae;
	border:1px solid #ffde33;
	padding:10px 15px 10px 15px;
	width:650px;
}

.red {color: #FF0000}
.orange {color: #FF6600}
.yellow {color: #FFCC00}
.blue {
	color: #0033cc;
}

* html 
