<!--//

html, head			{
	width		: 100%;
	height		: 100%;

}

body				{
	height		: 100%;
	font		: 11px Tahoma;
	background:url("img/bgr.png") repeat-x #FFFFFF;
	margin-left	:0px;
	margin-bottom:0;
	margin-right:0;
	margin-top:0;
	color:#333333;

}

.butona {
	height:27px;
	width:91px;
	background:url("img/butona.png") no-repeat;
	text-align:center;
	padding:3px 0 0 0;
}

.butonb {
	height:22px;
	width:91px;
	background:url("img/butonb.png") no-repeat;
	text-align:center;
	padding:8px 0 0 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color : #E85600;
	text-decoration : none;
}
a:active {
	color : #E85600;
	text-decoration:none;
}
.page a {
	color : #333333;
	text-decoration : none;
}
.page a:hover {
	color : #999999;
	text-decoration:underlline;
}
.page a:active {
	color : #999999 ;
}

.form a {
	color : #B6151B;
	text-decoration : none;
}
.form a:hover {
	color : #3F9954;
}
.form a:active {
	color : #B6151B ;
}


.textbox1 {
	width:173px;
	height:19px;
	background:url("img/text.jpg") no-repeat;
	font:11px Tahoma;
	color:#B3131F;
	font-style:bold;
	text-align:left;
	border:none;
	padding-left:10px;
	padding-top:2px;
}

.textbox2 {
	width:173px;
	height:173px;
	background:url("img/text2.jpg") no-repeat;
	font:11px Tahoma;
	color:#B3131F;
	font-style:bold;
	text-align:left;
	border:none;
	padding-left:10px;
	padding-top:2px;
}
