@charset "utf-8";
/* CSS Document */

.font_white_big {
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#FFFFFF;
}

.font_white_medium {
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#FFFFFF;
}

.font_white_small {
	font-family:"Trebuchet MS";
	font-size:8pt;
	color:#FFFFFF;
}

.input_text {
	border: #000000 solid 1pt;
	font-family:"Courier New";
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
	height:18px;
}

.input_text_control {
	border: #000000 solid 1pt;
	font-family:"Courier New";
	font-size:10pt;
	font-weight:bold;
	color:#CC3300;
	margin-bottom:5px;
	height:18px;
}