body {
  padding: 0px;
  margin: 0px;
  color: #333333;	
  background-image: url("/images/core/bg_screen.jpg");
  background-attachment: fixed;
  overflow: scroll;
}

body, td {
  font-family: Verdana;
  font-size: 11px;
}

p {
  margin: 0px;
}

a {
  font-weight: bold;
  color: #999900;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: #0066FF;
  text-decoration: none;
}

a.more {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a.more:hover {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

a.menu {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #660000;
  text-decoration: none;
}

a.menu:hover {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
}

h1 {
  font-family: Arial Black;
  font-size: 25px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  line-height: 0.8;
  padding-top: 7px;
  padding-bottom: 13px;
}

div.main {
  text-align: left; 
  width: 750px; 
  border-left: 1px solid #656565; 
  border-right: 1px solid #656565; 
  border-bottom: 1px solid #656565; 
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  padding: 10px;
}

td.start_content {
  border-top: 1px solid #656565;
  padding-top: 20px;
}

td.search {
  border-top: 1px solid #656565;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: center;
}

td.newsbox {
  width: 33%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #656565;
}

td.newsboxdate {
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  background-color: #CCCCCC;
  padding: 3px;
  width: 100%;
}

td.newsboxhead {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  padding-top: 2px;
  width: 100%;
}
  
td.newsboxcontent {
  color: #333333;
  width: 100%;
}

td.left {
  border-top: 1px solid #656565;
  width: 25%; 
}

td.right {
  border-top: 1px solid #656565;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 75%;
}

input.textbox {
  border: 1px solid #656565;
  height: 19px;
  font-family: Verdana;
  font-size: 11px;
  width: 170px;
}

input.click {
  height: 19px;
  font-weight: bold;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  background-color: #CCCCCC;
  border: 0px;
  width: 70px;
}