
img {
  border-style : clear;
  border-width : 0;
}

a:link {
  text-decoration : none;
  color           : #565656;
}

a:hover {
  text-decoration : none;
  color           : #565656;
}

a:active {
  text-decoration : none;
  color           : #565656;
}

a:visited {
  text-decoration : none;
  color           : #565656;
}

input {
  color:#545454;
  background-color:#FFFFFF;
  border-width:1;
  position:relative;
  text-align:left;
  font-family:arial;
  font-size:9pt;
  font-weight:bold;
  border-style:solid;
  border-width:1px;
	border-color:#888888;
}

input:hover {
	color:#545454;
	border-color:#a01c27;
	border-width:1px;
	background-color:#FFFFFF;
}

input:focus {
	color:#545454;
	border-color:#a01c27;
	border-width:1px;
	background-color:#FFFFFF;
}

textarea {
	color:#545454;
	background-color:#FFFFFF;
	position:relative;
	text-align:left;
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:#888888;
}

textarea:hover {
	color:#545454;
	border-color:#a01c27;
	border-width:1px;
	background-color:#FFFFFF;
}

textarea:focus {
	color:#545454;
	border-color:#a01c27;
	border-width:1px;
	background-color:#FFFFFF;
}

body {
	margin            : 0 0 0 0;
	background-image  : url('../images/bg1.jpg');
	background-repeat : repeat;
	background-color  : #000000;
}

div.mainpage {
	margin-top        : 26;
	background-color  : #FFFFFF;
	width             : 783;
	overflow          : hidden;
	visibility        : visible;
	opacity           : .0;
	filter            : alpha(opacity=0);
	-moz-opacity      : 0.0;
}