html, body {
  border-right: 0px !important;
}
body {
  font-size: 10pt;
  color: white;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color: black;
  margin: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.msg {
  color : darkblue;
  font-size : 8pt;
  font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color : darkblue;
  font-size : 16pt;
}
h2 {
  font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color : darkblue;
  font-size : 14pt;
}
h3 {
  font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color : darkblue;
  font-size : 12pt;
}
h4 {
  font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color : darkblue;
  font-size : 11pt;
}
a, a:visited {
  color: yellow;
  background: transparent;
  font-size: 10pt;
  text-decoration: none; 
}
a:hover {
  color: red !important;
  background: transparent;
  text-decoration: underline !important;
}
table {
  border-collapse: collapse;
  empty-cells: show;
}
tr, td {
  font-size: 10pt;
  color: black;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  vertical-align: top;
  empty-cells: show;
  border-collapse: collapse;
}
.titlebar, .titlebar a, .titlebar a:visited {
  background-color: #336699;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}
.tablehead, .tablehead td, .tablehead a, .tablehead a:visited	{
  color: black;
  background-color: #6899db;
  font-weight: bold;
}
.nav, .nav td, .nav a, .nav a:visited, .row1, .row1 td, .row1 a, .row1 a:visited {
  color: black;
  background-color: #b1c9e9;
}
.row2, .row2 td, .row2 a, .row2 a:visited {
  color: black;
  background-color: #e4eaf2;
}
.row1 a, .row1 a:visited {
	font-weight: bold;
	color: darkblue;
}
.row2 a, .row2 a:visited {
	font-weight: bold;
	color: darkblue;
}
.content {
  background-color: #e4eaf2;
}
.content a {
  color: darkblue;
}
.borders, .borders td {
  border: 1px solid gray;
}
