 body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial;
  font-size: 75%;
 }
 table {
  font-size: 100%;
 }
 a {text-decoration: none; color: blue;}
 a:hover {text-decoration: underline; color: red;}
 h1 {
  font-size: 160%;
 }
 h2 {
  font-size: 140%;
 }
 h3 {
  font-size: 120%;
 }
 #holder {
  background: url(bg1.jpg) repeat-x top;
  position: relative;
  min-height: 100%;
  height: auto;
  _height: 100%;
 }
 #top {
  position: relative;
  height: 140px;
 }
 #top1 {
  height: 111px;
  position: absolute;
  top: 0; left: 0;
 }
 #top2 {
  position: absolute;
  top: 10px;
  right: 10px;
 }
 #menu {
  position: absolute;
  top: 102px;
  left: 10px;
  font-size: 12px;
 }
 #menu a {
  font-weight: bold;
  padding: 0px 6px 0 6px;
  color: black;
  background: none;
  display: block;
  float: left;
  text-decoration: none;
 }
 #menu a.a {
  border-right: 1px solid #4c72a5;
  border-left: 1px solid #4c72a5;
  text-decoration: underline;
  color: #404040;
  padding: 0x 5px 0 5px;
 }
 #menu a:hover {
  text-decoration: underline;
 }
 #submenu {
  height: 40px;
 }
 #submenu_in {
  padding: 10px 0; 
 }
 
 
 #submenu a {
  color: #004499;
 }
 
 #page_in {
  padding: 0 30px 0 30px;
  max-width: 950px;
  width: expression(document.body.clientWidth > 950 ? "950px": "auto");
 }
 #footer {
  background: url(bg2.jpg) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
 }
 #footer_in {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 10px;
  color: white;
 }
 #footer_in a {
  color: white;
 }
 .phorum_c,.phorum_t {
  width: 520px;
 }
 .phorum_c a,.phorum_t a {
  font-weight: bold;
 }
 .phorum_c a:visited,.phorum_t a:visited {
  font-weight: normal;
 }
 .phorum_i {
  width: 400px;
 }
 .phorum_c th,.phorum_t th {
  padding: 2px;margin:1px;
  border: 1px solid #9cc6ff;
  background-color: #6ca4ef;
 }
 .phorum_c td,.phorum_t td,.phorum_i {
  padding: 10px;margin:1px;
  border: 1px solid #9cc6ff;
  background-color: #e3e3e3;
 }
 #logins {
  position: absolute;
  bottom: 5px;
  right: 5px;
 }
 #logins a {
  display: block;
  font-size: 11px;
  padding: 1px;
  padding-left:3px;
  padding-right:3px;  
  border: 1px solid #0D3562;
  background-color: #3F6EAE;
  margin: 1px;
  color: #0D3562;
  font-weight: bold;
  text-decoration: none;
 }
 #logins a:hover {
  display: block;
  font-size: 11px;
  padding: 1px;
  padding-left:3px;
  padding-right:3px;  
  border: 1px solid red;
  background-color: red;
  margin: 1px;
  color: white;
  font-weight: bold;
  text-decoration: none;
 }