.text_box_left {
	float: left;
	height: auto;
	width: 200px;
	padding: 10px;
	color: #CC0066;
	margin: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	z-index: 1;
}
.text_box_right {
	padding: 10px;
	float: right;
	height: auto;
	width: 200px;
	color: #CC99FF;
	margin: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
.text_box_center {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #FFCC00;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 30%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	background-color: #000000;
	font-style: normal;
	z-index: 10;
}
.text_no_border_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFCC00;
	text-align: right;
}
.text_no_border_right_small {
	font-size: 10px;
	color: #FFCC00;
	background-color: #000000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
