@charset "utf-8";
/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #fff url(images/bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	color: #000;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.white_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
a.white_text, a.white_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white_text:hover, a.white_text:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}

.bottom{
	background: url(images/bottom_bg.jpg) no-repeat center bottom;
}

.title{
	font: 15px #ff0000;
}
.blue{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #2a96be;
}
.black2{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
.gray{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #444;
}
.black{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.black_big{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
.input{
border: 1px solid #00b5ff;
color: #666;
height: 20px;
width: 400px;
}
.input2{
border: 1px solid #00b5ff;
color: #666;
width: 400px;

}
.bt{
background: transparent url(images/bt.png) no-repeat left top;
padding: 9px 20px;
border:0px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
*padding: 8px 12px;
font-size: 12px;

}