/* CSS Document */
body{
     margin:0;
	 padding:0px;
	 background-color: #E2E2E2;
	 }
.NOMALTEXT{
     font-family:arial;
	 font-size:12px;
	 color:#85888a;
	 line-height:18px;
	 }
.NOMALTEXT1{
     font-family:arial;
	 font-size:11px;
	 color:#85888a;
	 padding-left:15px;
	 
	 }
.orange{
     font-family:tahoma;
	 font-size:17px;
	 color:#f83b1c;
	 font-weight:800;
	 
	 }
.blue{
     font-family:tahoma;
	 font-size:12px;
	 color:#245aa3;
	 font-weight:bold;
	 
	 }
.footerTEXT{
     font-family:arial;
	 font-size:11px;
	 color:#808080;
	 
	 }
.footer{
     font-family:arial;
	 font-size:11px;
	 color:#cc0000;
	 text-decoration:none;
	 
	 }
.footer:hover{
     font-family:arial;
	 font-size:11px;
	 color:#006699;
	 text-decoration:underline;
	 
	 }
.input {
	width:100px;
	background:url(../images/input_back.jpg)left top repeat-x;
	border:solid 1px #999999;
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:12px;
	color:#272727;
	padding:5px 5px;
	}
.textarea {
	width:300px;
	height:85px;
	background:url(images/textarea_back.jpg) left top repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #2887b6;
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:12px;
	color:#272727;
	padding:5px 5px;
	}