/* CSS Document */
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7c7c7c;
	background:url(images/body_bg.gif);
	background-repeat:repeat-x;
}
a { 
	text-decoration:none;
	color:#ffffff;
}
a:hover { 
	text-decoration:underline;
}
.bdr_bottom{
	border-bottom:2px solid #666666;
}
.bdr_bottom_dot{
	border-bottom: 1px dotted #000000;
}
.orng_text{
	color:#e57c17;
}
.blue_text{
	color:#4a73b0;
}
blue_text a:link{
	color:#4a73b0;
	text-decoration:none;
}
blue_text a:visited{
	color:#4a73b0;
	text-decoration:none;
}
blue_text a:hover{
	color:#4a73b0;
	text-decoration:underline;
}

orng_text a:link{
	color:#e57c17;
	text-decoration:none;
}
orng_text a:visited{
	color:#e57c17;
	text-decoration:none;
}
orng_text a:hover{
	color:#e57c17;
	text-decoration:underline;
}
  .policy{font-family:Tahoma; font-size:10px;  color:#A4AFB1; }
  .text{font-family:Tahoma; font-size:10px;  color:#8D9591; }
  .white{font-family:Tahoma; font-size:10px;  color:#FFFFFF; text-decoration:none; line-height:10px }
  .main{font-family:Tahoma; font-size:11px;  color:#7D8682; line-height:13px }
  .green{font-family:Tahoma; font-size:10px;  color:#7EB101; line-height:13px }
  .green_11{font-family:Tahoma; font-size:11px;  color:#7EB101; line-height:13px }
  .orange{font-family:Tahoma; font-size:11px;  color:#FF9C00; line-height:13px }
  .blue{font-family:Tahoma; font-size:11px;  color:#00AAD5; line-height:13px }




  .input{
  		width:107px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#B7BCBE;
		font-family:Tahoma; font-size:11px;  color:#7D8682;
		padding-top:2px;
		}
		
  .input2{
  		width:319px; height:22px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#939C9E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		}

		.textarea{
		width:319px; height:85px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#939C9E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		overflow:auto;
		}

