/* CSS Document */


.my_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_box {
	background-color: #DFE3EF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-image: url(images/gray_swirl_bkg.jpg);
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
