body {
	  background-color: #FFFAF0;
	  color:black;
	  font-size:15px;
	  font-family:"americana bt", arial;
	  text-align:left;
	}

tr {
	vertical-align: top;
	}

h1 {
   color:white;
   font-size:20px;
   text-align:center;
   text-decoration:underline;
   text-align:center;
   margin-bottom:0;
   padding-bottom:0;
   }

h2 {
   color:navy;
   font-size:16px;
   text-align:left;
   text-decoration:underline;
   margin-bottom:2;
   padding-bottom:2;
   margin-left:10;
   padding-left:10;
   }
   
h3 {
   color:navy;
   text-align:center;
   font-size:12px;
   margin-bottom:0;
   padding-bottom:0;
   margin-top:0;
   padding-top:0;
   }
   
h4 {
	color:white;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	}

h5{
	color:black;
	text-align:left;
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
	}
	
h6 {
	color:black;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	margin-bottom:0;
	padding-bottom:0;
	}
	
hr {
   color:black;
   width:75%;
   text-align:center;
   padding-top:5px;
   margin-top:5px;
}
	   
hr.10 {
	  width:10%;
	  }
	  
a {
   color:black;
   }

div.center {
	 text-align:center;
	}
	
div.right {
	text-align:right;
	}

div.indent {
		margin-left: 2em;
		padding-left: 2em;
	}
div.indent2 {
		margin-left: 8em;
		padding-left: 8em;
	}
	
div.indent3 {
		margin-left: 4em;
		padding-left: 4em;
	}
	
div.indent4 {
		margin-left: 3px;
		padding-left: 3px;
	}

div.position {
		margin-top: 25;
		padding-top: 25;
	}

div.copyright {
			  font-size: 10px;
			  font-family: Verdana, Century, Helvetica;
			  color:black;
			  position: absolute;
			  width: 95%;
			  text-align: right;
	}

p {
	text-indent: 10px;
	}
	
table.sortable a.sortheader {
    background-color:#eee;
    color:navy;
    font-weight: bold;
    text-decoration: none;
    display: block;
	text-align: center;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

th	{
	background-color:#eee;
	color:navy;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
	
.link {
	color:black;
	text-decoration:underline;
	}
	
.link:hover {
	color:red;
	text-decoration:none;
	}
	
.link:visited {
	color:red;
	}
	
.link2 {
	color:white;
	text-decoration:none;
	font-size:12px;
	}
	
.link2:hover {
	text-decoration:underline;
	color:#ff6600;
	}
	
.link2:visited {
	text-decoration:underline;
	}
	
.link3 {
	color:white;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	}

.link3:hover {
	color:#ff6600;
	}
	
.link3:visited {
	text-decoration:underline;
	}
	
.link4 {
	color:black;
	text-decoration:none;
	}

.link4:hover {
	color:red;
	}
	
.link5 {
	color:black;
	text-decoration:underline;
	font-size:11px;
	}
	
.link5:hover {
	color:red;
	text-decoration:none;
	}
	
.link5:visited {
	color:red;
	}
	
.link6 {
	color:navy;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	}
	
.link6:hover {
	color:red;
	text-decoration:none;
	}


.header {
	background-color:#4682B4;
	width:100%;
	}
	
.text1 {
   color:navy;
   text-align:left;
   font-size:12px;
   font-weight:bold;
   margin-bottom:0;
   padding-bottom:0;
   margin-top:0;
   padding-top:0;
   }
   
.text2 {
   color:navy;
   text-align:right;
   font-size:12px;
   font-weight:bold;
   margin-bottom:0;
   padding-bottom:0;
   margin-top:0;
   padding-top:0;
   text-decoration:none;
   }
