.header{
		line-height: 1.5em;
		font-size: 95%;
		font-family: Verdana;
		font-weight: bold;
}

.header1{
		font-weight: bold;
		font-size: 100%;
		font-family: Verdana;
}

.header2{
		font-weight: bold;
		font-size: 160%;
		font-family: Verdana;
		color: #009442;
}

.image {
		border: inset 2px;
		width: 194px;
		height: 147px;
		background-color: #FFF;
		}
		
.contact {
		font-weight: bold;
		font-size: 95%;
		font-style: Verdana;
		color: white;
		text-align: center;
}

/*formats the sides to center text*/
.whitelb {
    border-left: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #E8E8D0;
}

/*formats the sides to center text*/
.whiterb {
    border-right: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #E8E8D0;
}

.rightc {
    border-right: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #F2F2E6;
		}

.leftc {
    border-left: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #C5C589;
		}
		
.line {
  	background-color: #4E4E27;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
}

.lline {
		background-color: #FFF;
		height: .1em;
}

.sides {
    border-bottom: 1px solid white;
    background-color: #D6D6AD;
}

/*formats the main text */
.ctr {
    border-bottom: 1px solid white;
    background-color: #E8E8D0;
}

table {
	  font-size: 95%;
	  background-color: transparent;
}

table.spec {
		cellspacing: 2px;
		cellpadding: 3px;
		color: black;
		border: 2px #D6D6AD solid;
}

.fix {
    clear: right;
	  }

.ahem {
	  display: none;
	  }
		
body {
		background-color: #DCDCBA;
		scrollbar-base-color: #795727;
		scrollbar-face-color: #009442; 
		scrollbar-highlight-color: #FFF; 
		scrollbar-shadow-color: #F3FF00; 
		scrollbar-arrow-color: #000; 
		scrollbar-track-color: #FFF;
		color: #000;
		font-family: Arial, Verdana, sans-serif;
		line-height: 1.5em;
		font-size: 80%;
		margin: 5px;
		padding: 2px;
	  }

.updated {
		font-size: 2%;
		}
		
b {
	  font-weight: bold;
	 	}
		
/* Formats All Rights Reserved */		
.footer {
		font-size: 85%;
		font-family: Arial, Verdana, sans-serif;
		line-height: 1.5em;
		color: #000;
		background-color: transparent;
		}

a:link {
		text-decoration: none;
		color: #009442;
		}
				
a:visited {
		text-decoration: none;
		color: #004894;
		}
		
a:hover {
		text-decoration: underline;
		color: #4E4E27;
		}
		
a:active {
    text-decoration: none;
		color: #009442;
		}
		
html>body {
	font-size: medium;	
	}
