body {
	background-image: url(../images/bck.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #5B090D;
	scrollbar-track-color:#B96161;
	scrollbar-face-color:#BC0A14;
	scrollbar-highlight-color:#004C7A;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

li {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

div#button a {
	display: block;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #BC0A14;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	width: auto;
}

div#button a:hover {
	border: 1px solid #FFFFFF;
	background-color: #660000;
	color: white;
	text-decoration: underline;
	text-align: center;
}

.hed {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	border: thin solid #FFFFFF;
	height: 150px;
}

.also {
	background-color: #BC0A14;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.belso {
	background-color: #BC0A14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

INPUT.text {
  background-color: #660000;
  color: white;
  border: 2px solid white;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
