@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	font-family:'Helvetica Neue Condensed', Helvetica, Arial, sans-serif;
	font-size:0.95em;
	line-height:1.1em;
	color:#231f20;
}
body{
	background:#E9E4D8 url(../images/bkgd.gif) repeat-x  scroll center 0;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,th,dt{
}
h1,h2,h3,h4,h5,h6{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	color:#231f20;
}
h3,h4,h5,h6{
	color:#533f01;
}
p, ol, ul, dl, label{
	text-align:left;
	margin-bottom:1em;
	margin-top:0.3em;
}
h1{
	font-size:1.6em;
	line-height:1.6em;
	font-weight:bold;
}
h2{
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bold;
}
h3{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
}
h4{
	font-size:1.0em;
	line-height:1.0em;
	font-weight:bold;
}
h5{
	font-size:0.9em;
	font-weight:bold;
}
h6{
	font-size:0.9em;
}
p{
	font-size:0.9em;
	line-height:1.4em;
}
li{
	font-size:0.9em;
	line-height:1.2em;
}
dt{
	font-size:1.0em;
	font-weight:bold;
	margin-top:0.8em;
	margin-bottom:0.4em;
}
dd{
	font-size:0.9em;
	line-height:1.1em;
}

div{
	padding:0;
	margin:0;
}

ul li, ol li{
	margin-bottom:2px;
}
a, a:link{
	color:#00549a;
	text-decoration:none;
	border-bottom:1px dotted #00549a;
}
a:visited{
	color:#231f20;
}
a:hover{
	color:#61256b;
	border-bottom:1px solid #61256b;
}
a:active{
	background:#c6ae67;
	color:#FFF;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
sup{
	font-size:smaller;
	vertical-align:top;
}
th{
	font-weight:bold;
	font-size:0.9em;
}
fieldset{
	border:2px groove #c6ae67;
	padding:20px;
	text-align:left;
	margin:0 0 15px 0;
}
legend{
	color:#533f01;
	font-size:1.1em;
	font-weight:bold;
	padding:0 5px;
	margin:0 0 5px 0;
}
hr{
	display:block;
	clear:both;
	margin:10px 0;
}

form #LastName{
	display:none;
	visibility:hidden;
}

