/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg.gif)
}
.firstpagetop {
	color:#FFFFFF;
}
h1.stately {
	margin: 0px;
	color:#FFFFFF;
	font-size: 25px;
}
h1.interior {
	margin: 0px;
	color:#FFFFFF;
	font-size: 11px;
}
.copyright {
	font-size: 11px;
	color:#FFFFFF;
}
A.copyright {
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none
}
a.copyright:hover {
	text-decoration:underline;
	color: #152954
}
a.interiorhead {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none
}
a.interiorhead:hover {
	text-decoration:underline;
	color: #124ccb
}
.para_no_pad {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border:1px #000000 solid; 
	color:#003366; 
	background:#FFFFFF; 
	padding:1px
}

ul
{
  width: 30em;  /* room for 3 columns */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
ul li
{
  float: left;
  width: 10em;  /* accommodate the widest item */
  list-style: none;
}
br
{
  clear: left;
}
div.wrapper
{
  margin-bottom: 1em;
}

ul li a
{
  display: block;
  width: 7em;
  text-decoration: none;
}
ul li a:hover
{
  color: #FFF; /* white */
}

h2 {
	margin: 0px;
	font-size: 15px;
}
/* creates illusion of cellpadding on all td's */
.form-01, .form-03, .form-05, .form-15 input {
	padding:5px;
}
/* makes labels bold */
.form-01, .form-03, .form-05 {
	font-weight:bold;
	font-size:11px;
}
/* centers the continue button */
.form-15 input {
	text-align:center;
}
/* you may modify the individual text areas with this */
.form-02 input, .form-04 input, .form-06 input {
	font-size:12px;
	width:80px;
}
/* modifies the space around the continue button */
.form-15 input {
	padding-top:10px;
}
.labels a	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.labels a:hover	{
	text-decoration:underline;
}

#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#FFFFFF;
  width:100%;
}
#disclosures a 	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:100%;
}
#disclosures a:hover	{
	text-decoration:underline;
}
