a:link { 
  color: #0000bb;
  text-decoration: none;
}

a:visited {
  color: #0000bb;
  text-decoration: none;
}

a:hover {
  color: #0000bb;
  text-decoration: underline;
}

a:active { 
  color: #cc0000;
  text-decoration: underline;
}

body {
  background-color: #ffffff;
}

.menu {
  font-size: 10px;
  font-weight: 800;
}

.lborder {
  border-left: 1px;
}   

p {
  font-family: verdana, arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #000000;
}

b {
  font-weight: 800;
}

th {
  font-family: verdana, arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

td {
  font-family: verdana, arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
}

td.bottomborder {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
}

td.topborder {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

td.rightborder {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
}

td.leftborder {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
}

td.sideborder {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
}

td.noborder {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

td.item {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}

input.submit {
  font-family: verdana, arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #000000;
}

h1 {
  font-family: verdana, arial, sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #000000;
//  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-family: verdana, arial, sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #bb0000;
  margin-top: 0px;
  margin-bottom: 7px;
}

h3 {
  font-family: verdana, arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #777777;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

pre {
  font-family: courier, monospace;
}

.fixed-width {
  font-family: courier, monospace;
}

.i1 {
  padding-left: 30px;
}

.browser {
  font-size: 9px;  
}

.browser_dark {
  font-size: 9px;  
  background-color: #dddddd;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-color: #888888;
}

.dark {
  color: #ffffff;
  background-color: #eeeeee;
}

ol {
  list-style-position: outside;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav {
  font-size: 15px;
}