body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4D4E53;
	font-size: 11pt;
	margin-top: 0;
}

td#content {
   background-color: #2a2c2b;
   color: #9ea5a4;
   padding: 0 44px 30px 30px;
}

td#contentint {
   background-color: white;
   color: black;
   padding: 0 44px 30px 30px;
}

p.indented {
    margin-left: 1.5em;
}

p.pageheader {
    color: #f0b700;
    font-size: 20pt;
    
}

a { 
    color: #9ea5a4;
    text-decoration: underline;
}

a:hover { 
    color: #607e91;
    text-decoration: none;
}

a:active { 
    color: #688fa9;
    text-decoration: none;
}

a:visited { 
    color: #957f6a;
    text-decoration: none;
}

td#bottomnav {
    text-align: center; 
    background-image: url(images/footerbg.jpg);
	color: #738582;
	padding: 40px 0 40px 0;
    font-size: 9pt;
   font-weight: normal;
   line-height: 18pt;
}

td#bottomnav a {
    text-decoration: none;
	color: #738582;
    font-weight: normal;
}

td#bottomnav a:hover {
    text-decoration: none;
	color: #00aed9;
	text-decoration: underline;
    font-weight: normal;
}
td#bottomnav a.currentpage {
	color: #00aed9;
}
