
body {
	background-color: #999999 ;
	background-image: url(/images/page_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px 0px 20px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #131313 ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	color: #732626 ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
}

.red_left {
	width: 250px ;
	background: #732626 ;
	font-size: 1px ;
	line-height: 1px ;
	height: 5px ;
	border-top: 1px solid #ffffff ;
	border-bottom: 1px solid #ffffff ;
}

.red_center {
	width: 125px ;
	background: #401515 ;
	font-size: 1px ;
	line-height: 1px ;
	height: 5px ;
	border: 1px solid #ffffff ;
}

.red_right {
	width: 600px ;
	background: #732626 ;
	font-size: 1px ;
	line-height: 1px ;
	height: 5px ;
	border-top: 1px solid #ffffff ;
	border-bottom: 1px solid #ffffff ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-position: left center ;
	font-size: 14px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	padding: 7px 10px 7px 15px ;
	border: 1px solid #ffffff ;
	text-decoration: none ;
	margin: 5px ;
	background-image: url(/images/button_up.gif) ;
	color: #401515 ;
}

a.button:hover {
	color: #ffffff ;
	background-image: url(/images/button_bg.gif) ;
}

#content {
	padding: 20px ;
}

a:link {
	color: #732626 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #401515 ;
	text-decoration: none ;
}