center a img {
display : inline;
}
a {
  text-decoration: none; 
  font-size: 13px;
  font-weight: bold;
  color: teal;
}

a:hover {
  text-decoration: underline;
}

div.menu a {
  font-weight: normal;
}

body {
  margin: 0px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}

div.body {
  margin-left: auto;
  margin-right: auto;
  width: 870px;
  text-align: left;
}

div.menu {
  float: left;
  width: 170px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

div.menu table {
  text-align: left;
}

div.main {
  float: left;
  background: #ffffff;
  font-size: 13px;
  padding: 20px;
  width: 640px;
}

h1 {
  font-size: 20px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

h2 {
  font-size: 18px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

h3 {
  font-size: 16px; 
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  color: teal;
}

strong {
  color: red;
  font-weight: normal;
}

em {
  color: red;
  font-weight: bold;
}

code, pre {
  font-family: monospace;
}

div.header {
  background: url("bg.jpg") repeat-x top left;
  padding-left: 10px;
}

div.navigationbar {
  font-weight: bold; 
  background: #eeeeee;
  padding: 1px 1px 1px 20px;
  border: solid #CCCCCC 1px;
  color: teal;
}

td.menuheading {
  font-weight: bold; 
  font-family: Trebuchet MS, sans-serif;
  padding-left: 5px;
}

td.menuheading2 {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  font-family: Trebuchet MS, sans-serif;
  padding-left: 5px;
}

td.menuitem {
  padding-left: 10px;
}

th {
  background: #eeeeee;
  color: teal;
}

th.text {
  font-weight: bold;
  /*font-size: 12pt; */
  color: black;
}

td.text {
  color: black;
}

tr.small {

  font-size: 9pt;
  color: black;
}

div.newsheader {
  background: #eeeeee;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: teal;
  padding: 3px;
  border: solid #cccccc 1px;
}

div.newsbody {
  padding: 10px 10px 30px 30px;
}

div.menu {
  background: #eeeeee;
  border: solid #cccccc 1px;
  border-top: none;
}

div.menutitle {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
