/* CSS Document */

.t_normal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #231F20;
}
.t_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #231F20;
}
.t_hilight {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #006990;
	font-weight:bold;
	text-decoration:none;
}
.t_footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #717073;
}
.textInput_l
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	border: 0px solid #ff0000;
	background: #E6E6E6;
	color: #AAA095;
	width: 345px;
	height: 22px;
	vertical-align: middle;
}
.textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px solid #ff0000;
	background: #E6E6E6;
	color: #AAA095;

	width: 345px;
	height: 90px;
}