@charset "utf-8";

@media screen
{

body
{
	background-color:#FFFFFF;
	padding:5px;
	margin:0;
	font-family:Verdana, Arial, Tahoma, sans;
	font-size:11px;
	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:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

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;
}

#search_container
{
	background-image: url('images/corner_left_pink.gif');
	background-repeat: no-repeat;
	background-color:#DBA5B3;
	float:left;
	width:492px;
	padding:10px 0 5px 28px;
	margin:0;	
}

#chains_container
{
	background-image: url('images/corner_right_pink.gif');
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#E8A9A5;
	float:left;
	width:260px;
	padding:10px 0 5px 10px;
	margin:0;
}

div.row
{
	width: 		100%;
  	clear: 		both;
}

span.leftf
{
  float: 		left;
  width: 		10%;
  text-align: 	right;
  padding:		4px 0 0 0;
  font-size:	11px;
  font-weight:	bold;
}

span.rightf
{
  float: 		right;
  width: 		88%;
  text-align: 	left;
  padding: 		2px 0 0 0;
}

form
{
	display:inline;
}

input.text
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #AAAAAA;
	padding:2px;
	width:30px;
	font-size:12px;
	font-family:Courier New, Tahoma, Arial, sans;
}

input.submit
{
	background-color:#991839;
	color:#FFFFFF;
	border:0;
	cursor:pointer;
	font-size:12px;
	text-align:center;
}

textarea
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #AAAAAA;
	padding:4px;
	width:600px;
	font-size:12px;
	font-family:Courier New, Tahoma, Arial, sans;
}

span.error
{
	color: #CC0000;
	font-weight:bold;
}

span.hilite
{
	color: #FF0000;
	font-weight:bold;
}

span.hilite_alt
{
	color: #CC0000;
	font-weight:bold;
}

span.b
{
	font-weight:bold;
}

th
{
	background-color: 	#991839;
	border-top: 		1px solid #CC6666;
	border-left: 		1px solid #CC6666;
	border-bottom: 		1px solid #663333;
	border-right: 		1px solid #663333;
	color: 				#FFFFFF;
	font-size: 			11px;
	font-weight:		bold;
	text-align: 		center;
}

td.alt_row
{
	background-color: #FFCCCC;
}

input.text:focus, select:focus, textarea:focus
{
	background-color: #FFFFCC;
}
}