body {
  font-family: Tahoma;
	margin: 0;
  background-color: #191919; /*#354147; *#13648a;*/
	color: #ffffff;
}

a:link {
  text-decoration: none;
  font-weight: normal;
  color: #ff8000; 
}

a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #ff8000; 
}

a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #ff8000; 
}

img {
   border: 0;
}

.mainbox {
   
  width: 1150px;
  background-color: #003243;
  min-height: 1080px;
}

a.titlelink { text-decoration: none; font-weight: normal; color: white; }
a.titlelink:visited { text-decoration: none; font-weight: normal; color: white; }
a.titlelink:hover { text-decoration: none; font-weight: normal; color: white; }

table.listbox { width: 95%; }
.listbox a { text-decoration: none; font-weight: normal; color: blue;  }
.listbox a:visited { text-decoration: none; font-weight: normal; color: blue; }
.listbox a:hover { text-decoration: underline; font-weight: normal; color: blue; }
.listbox th { font-size: 90%; color: white; background-color: #808080; height: 20px; padding: 0px 5px 0px 5px; }
.listbox td { font-size: 90%; color: #191919; height: 23px; padding: 0px 5px 0px 5px; }
