@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_large.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
}
INPUT,TEXTAREA { 
	font-family: tahoma, verdana, sans-serif; 
	font-size: 11px; 
	background-color: #F4F4F4; 
	padding-left:3px ;
	padding-top:2px; 
	padding-bottom: 3px; 
}
