body {
  margin-top: 0mm;
  background-color: #cc0000;
}
table.container {
  table-layout: fixed;
  background-color: rgb(255, 255, 204);
  width:800px;
  margin:0px;
  border:0px;
}
table.maincontent {
  table-layout: fixed;
  width:100%;
  margin:0px;
  border:0px;
}
table.sidecontent {
  table-layout: fixed;
  width:100%;
  margin:0px;
  border:0px;
}
table.newsflash {
  table-layout: fixed;
  background-color: rgb(255, 170, 170);
  width:90%;
  margin:0px;
  border:2px solid #cc0000;
}
td.newsflashleft {
  background-color: #ffffff;
  vertical-align: top;
}
td.newsflashright {
  background-color: rgb(255, 170, 170);
  vertical-align: top;
}
td.left {
  background-color: #ffffff;
  width:150px;
  vertical-align: top;
}
td.narrow {
  background-color: #cc0000;
  width:3px;
  vertical-align: top;
}
td.content {
  vertical-align: top;
  width:647px;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: center;
  color: #cc0000;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  color: #cc0000;
  font-style: oblique;
}
h2.center {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  color: #cc0000;
  font-style: oblique;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  color: #cc0000;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
h6 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
p {
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
p.subhead {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
p.center {
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
a:link {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  color: #cc0000;
}
a:visited {
  color: #666666;
}
address {
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  text-align: center;
  font-size: xx-small;
}
#totop {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  text-align: right;
}
hr {
  clear:left;
  border-width:0;
  padding:3px;
}
img.left {
  border: 1px solid #cc0000;
  float: left;
  margin:3px;
}
img.right {
  border: 1px solid #cc0000;
  float: right;
  margin:3px;
}
img.box {
  border: 1px solid #cc0000;
  margin:3px;
}
