html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
	width: 760;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	
.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	}
a:link
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
.textbold {
	font-weight: bold;
	color: #E3A855;
}
.textboldfade {

	font-weight: bold;
	color: #BC9F82;
}
.form {
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000000;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
	}
.sectionheader {
	background-color: #383826;
}
.textred {
	color: #FF0000;
}
.altrow {
	background-color: #716F54;
}
.text10 {
	font-size: 10px;
}
.uppercase {
	text-transform: uppercase;
}
