/* CSS Document */
body {
  background-color: #818181;
  color: #000000;
  text-align:justify;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
th.header {
  background-color:transparent;
  height: 105px;
}

.date {
 background-color:#6577D2;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 0px;
 font-size: 13px;
 color: #FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
}
div.dmenubar {
  background-color: #D2423B;
  position: absolute;
  border: 1px ridge black;
  left: 150px;
  top: 125px;
  width: 710px;
  height: 20px;
  color: white;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Times New Roman", Times, serif;
 }
.goodman {
  padding-left: 10px;
  padding-top: 25px;
  font-size:9px;
  
 }
.main {
  background-color: #FFFFFF;
  color: #000000;
  width: 60%; 
 }
.h_body {
  background-color: #FFFFFF;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-top: 1px #000000 ridge;
 }
 .footer {
  background-color: #000000;
  color:#FFFFFF; 
  text-decoration:none;   
  padding-top: 2px;
  font-size:10px;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
} 
.spacer {
  background-color: #FFFFFF;
  height: 15px;
} 
.spacer_2 {
  background-color: #FFFFFF;
  height: 35px;
} 
div.cfooter {
  background-color: #000000;
  color:#FFFFFF; 
  text-decoration:none;   
  position: absolute;
  padding-top: 2px;
  padding-bottom: 2px;
  left: 150px;
  top: 441px;
  border: 1px #000000 ridge;
  width: 720px;
  height: 30px;
  font-size:small;
  font-family: "Times New Roman", Times, serif;
} 

.clink {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}