h1 { 	color: #CC0000; 	text-align: center; } 
h2 { 	color: #CC0000; 	text-align: center; } 
h3 { 	color: #CC0000; 	text-align: center; } 
.style2 {
	color: #CC0000;
	font-weight: bold;
}
.style1 {color: #CC0000}
.style4 {background-color: #FFFF00}
.style6 {background-color: #FFFF00; font-weight: bold; }
.style41 {	color: #CC0000;
	font-weight: bold;
}
.style111 {color: #CC0000; font-weight: bold; font-size: 18px; }
.style222 {color: #CC0000; font-weight: bold; font-size: 24px; }
.style21 {font-weight: bold; 	text-align: center; }
.style21 {font-family: Arial, Helvetica, sans-serif}
.style61 {color: #CC3300; background-color: #FFFF00; font-weight: bold; }
.style211 {color: #CC0000; font-weight: bold; }
.tbox {
	border: 2px dashed #006699;
	margin: 40px;
	padding: 10px;
	background-color: #FFFF99;

}
.tboxred {
	border: 2px dashed #cc0000;
	padding: 10px;
	width: auto;
	margin-top: auto;
	margin-right: 25px;
	margin-bottom: auto;
	margin-left: 25px;
	background-color: #F3E2E2;
}
.tboxyellow {
	border: 2px dashed #FFCC00;
	padding: 10px;
	background-position: center center;
	width: auto;
	background-color: #FAF5E4;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
}

.tboxsidebar {
	border: 1px dashed #006699;
	margin: 10px;
	padding: 5px;
	background-color: #EDF9FC;

}