body{
	background: #B30039;
	margin: 0 0;
}
.top{
	color: #FFFFFF;
	font: normal bold 11px Arial;
}
.obs{
	color: #FFF9E1;
	font: normal normal 10px Arial;
}
.input1 {
	width: 225px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	font-size: 15px;
	line-height:15px;
	font-weight: normal;
	padding: 2px;	
}
.menu_but {
	display:block;
	width:155px;
	height:28px;
	background: url(imgs/butt.gif) no-repeat;
	text-decoration:none;
}
	.menu_but span {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		margin-left:23px;
		line-height:28px;
		text-transform:none;
	}
.menu_but:hover {
	background: url(imgs/butt_over.gif) no-repeat;
}
	.menu_but:hover span {
		color:#EC074A;
		margin-left:23px;
	} 
a.text, a.text:active, a.text:visited{
	color: #FFFFFF;
	font: normal normal 11px Arial;
	text-decoration: none;
	padding-left: 15px;
}
a.text:hover{
	color: #FFF9E1;
	font: normal normal 11px Arial;
	text-decoration: underline;
}
.form{
	color: #FFF;
	font: normal bold 18px Arial;
	text-decoration: none;
}
.input {
	width: 430px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	padding: 2px;	
	margin-top:5px;
}
#copyright {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color:#fff; text-align:center;}