/* CSS Document */
<style type="text/css">

body {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0px;
border-top: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-color: black;
color: black;
 } 

.floatLeft{
	float: left;}
	
.floatRight{
	float: right;}
	
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

div.container {
  border: 0px dashed #fff;
  background-color: #fff;
  }

div.spacer {
  clear: both;
  }


h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: Black;
font-weight: bold;
line-height: 180%;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #333333;
line-height: 100%;
 }

h3 {
font-size: 12px;
color: #666666;
line-height: 100%;
display:inline;
 }

td {
	font-size: 12px;
	color:#000000;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;

}

.bodytext {
 font-size: 12px;
 color:#000000;
 font-weight: normal;
 line-height: 120%;
}
A.bodytext {
  text-decoration: underline;
}

/* Left nav elements - begin */
#navlist {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e6e7eb;
	color: #999;
	}
	
#navlist ul {
	list-style: none;
	margin: 0;
	padding: 5;
	border: none;
	}
		
#navlist li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
/* Left nav elements - end */


.bottomtd {
	font-size: 12px;
	padding: 7px 7px 7px 7px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
a.bottomtd {
 font-size: 12px;
 padding: 3px 3px 3px 3px;
 color:#FFFFFF;
}
a.bottomtd:hover {
 font-size: 12px;
 text-decoration: underline;
 padding: 3px 3px 3px 3px;
 color:#FFFFFF;
}
a.bottomtd:visited {
 font-size: 12px;
 text-decoration: none;
 padding: 3px 3px 3px 3px;
 color:#FFFFFF;
}

 a {
 color:#666666;
 font-size: 12px;
 }
 a:hover {
 color:#666666;
 font-size: 12px;
 }
 a:visited {
 color:#666666;
 font-size: 12px;
 }


</style>
