@charset "utf-8";

@media screen
{

body
{
	background-color:#FFFFFF;
	padding:5px;
	margin:0;
	font-family:Verdana, Arial, Tahoma, sans;
	font-size:14px;
	color:#000000;
	text-align:center;
}


a:link, a:visited
{
	color:#991839;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#991839;
	text-decoration:none;
}

a.mail:link, a.mail:visited
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a.mail:hover
{
	text-decoration:none;
}

a.sty:link, a.sty:visited
{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}

a.sty:hover
{
	text-decoration:none;
}


#wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 798px;
	text-align:left;
}

#sty
{
	width:750px;
	text-align:right;
	padding:0 40px 5px 0;
}

#content
{
	width:790px;
	background-color:#FFEEEE;
}

#content_inner
{
	width:750px;
	padding: 30px 20px 20px 20px;
}

#content_left
{
	padding: 30px 28px 20px 20px;
	float: left;
	width: 552px;
	text-align:left;
}

#content_right
{
	padding:10px;
	float:right;
	width:138px;
	text-align:center;
}

#footer
{
	width:790px;
	color:#FFFFFF;
	text-align:left;
}

#footer_upper_left
{
	float:left;
	background-image:url('images/footer_upper_left.gif');
	background-repeat: no-repeat;
	width:28px;
	height:11px;
	padding:0;
	margin:0;
}

#footer_upper_center
{
	float:left;
	padding:10px 0 5px 0;
}

#footer_upper_right
{
	float:right;
	background-image:url('images/footer_upper_right.gif');
	background-repeat: no-repeat;
	width:28px;
	height:11px;
	padding:0;
	margin:0;	
}

#search_container
{
	float:left;
	width:520px;
	height:120px;
	padding:0;
	margin:0;	
	color:#000000;
}

#search_left
{
	float:left;
	width:28px;
	height:100%;
}

#search_right
{
	float:left;
	width:492px;
	padding:10px 0 5px 0;
}

#chains_container
{
	float:left;
	width:270px;
	height:120px;
	background-color:#EEEEEE;
	color:#000000;
	padding:0;
	margin:0;
}

#chains_left
{
	float:left;
	width:232px;
	padding:10px 0 5px 10px;
}

#chains_right
{
	float:right;
	background-color:#EEEEEE;
	width:28px;
	height:100%;
}

div.row
{
	width: 		100%;
  	clear: 		both;
}

span.leftf
{
  float: 		left;
  width: 		15%;
  text-align: 	right;
  padding:		4px 0 0 0;
  font-size:	14px;
  font-weight:	bold;
}

span.rightf
{
  float: 		right;
  width: 		83%;
  text-align: 	left;
  padding: 		2px 0 0 0;
}

form
{
	display:inline;
}

input.text
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #333333;
	padding:2px;
	width:70px;
	font-size:14px;
	font-family:Courier New, Tahoma, Arial, sans;
}

input.submit
{
	cursor:pointer;
	font-size:16px;
}

textarea
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #333333;
	padding:4px;
	width:600px;
	font-size:14px;
	font-family: Courier New, Tahoma, Arial, sans;
}

span.error
{
	color: #FF0000;
	font-weight:bold;
}

span.hilite
{
	color: #FF0000;
	font-weight:bold;
}

span.hilite_alt
{
	color: #FF0000;
	font-weight:bold;
}

th
{
	background-color: 	#991839;
	border-bottom: 		1px solid #000000;
	color: 				#FFFFFF;
	font-size: 			14px;
	font-weight:		bold;
}

td.alt_row
{
	background-color: #FFFFFF;
}

}
