body, html{
   padding: 0px;
   margin: 0px;
	background-color:#000;
	font-size:12px;
	color: #a0a0a0;
	font-family:Arial;
}

input, textarea{
   background-color:#F3F3F3;
}

.head_border{
	width:1024px;
	border-color:#383838;
}
	
.head{
	width:1024px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;	
}

.telo{
	padding: 0px 30px 30px 30px;
	color: #a0a0a0;
	font-family:Arial;
}

.telo .title{
	font-size:24px;	
   font-weight: 600;
	text-align:left;
	
	border-bottom:2px;
	border-bottom-color:#a7a7a7;
	border-bottom-style:groove;
}

.telo .text{
	font-size:14px;
	font-weight:500;	
	margin-top:10px;
}
	
.bottom{
	width:1024px;
	height:45px;
	background-image:url(../images/bg_bottom.jpg);
	background-position:left;
	background-repeat:repeat-x;	
	
	text-align:right;
	padding-top:12px;
	padding-right:60px;
}

a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#EAEAEA}

