body { 
		text-align: left;
		font: 11pt "arial";
		color: #000000;	
		}

a:link {
		color: #000000;
		text-decoration: none;
		}
		
a:visited {
		color: #000000;
		text-decoration: none;
		}

.nav:link {
		color: #FFFFFF;
		font: 10pt "arial"; 
		font-weight: normal;
		text-decoration: none
		}
		
.nav:visited{
		color: #FFFFFF;
		font: 10pt "arial"; 
		font-weight: normal;
		text-decoration: none
		}
		
.subnav {
		color: #666;
		font: 10pt "arial"; 
		font-weight: normal;
		text-decoration: none
		}
		
table.sides {
		border-left-style: solid;
		border-right-style: solid;
		border-left-color: black;
		border-right-color: black;
		border-width: 1px;
		}
		
table.sidesgreen {
		border-left-style: solid;
		border-right-style: solid;
		border-left-color: black;
		border-right-color: black;
		border-width: 1px;
		background-color: #214F2B;
		}
		
table.solid {
		border-style: solid;
		border-color: black;
		border-width: 1px;
		background-color: #214F2B;
		}
		
table.solidclear {
		border-style: solid;
		border-top-color: black;
		border-left-color: #666;
		border-right-color: #666;
		border-bottom-color: #666;
		border-width: 1px;
		background-color: #FFFFFF;
		}
		
table.solidgreen {
		border-style: solid;
		border-color: black;
		border-width: 1px;
		background-color: #214F2B;
		}
		
table.top {
		border-top-style: solid;
		border-color: black;
		border-width: 1px;
		}
		
tr.solid {
		border-left-style: solid;
		border-right-style: solid;
		border-left-color: black;
		border-right-color: black;
		border-width: 1px;
		}