body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #445;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

img {
  border: none;
}

div.center {
  text-align: center;
}

div.right {
  text-align: right;
}

div.container {
  margin: auto;
  text-align: left;
  width: 1050px;
}

div.column {
  float: left;
  width: 150px;
}

div.boxhead {
  background: url(box_head.gif);
  height: 15px;
  padding-top: 3px;
  font: bold 10px Verdana;
  text-align: center;
}

div.boxbody {
  background: repeat-y url(box_body.gif);
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

div.boxfoot {
  background: url(box_foot.gif) bottom no-repeat;
  height: 7px;
  margin-bottom: 5px;
}

div.main {
  float: left;
  width: 748px;
  margin-left: 1px;
  margin-right: 1px;
}

div.menu {
  background: url(main_head.gif) no-repeat;
  padding-left: 5px;
  padding-top: 1px;
  height: 17px;
  width: 100%;
}

div.menuitem {
  float: left;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

div.ad {
  text-align: center;
  background: repeat-y url(main_body.gif);
}

div.content {
  padding: 5px;
  background: repeat-y url(main_body.gif);
}

div.mainfoot {
  background: url(main_foot.gif);
  height: 10px;
}

div#hello {
  padding: 10px;
}

div#online {
  text-align: left;
  margin: auto;
  width: 85%;
}

div.header {
  width: 1050px;
  height: 120px;
  margin-bottom: 1px;
}

a.header {
  height: 100%;
  width: 100%;
  display: block;
}

img.online {
  vertical-align: text-top;
}

hr.online {
  height: 0px;
  border: dashed #9ab1c8 0px;
  border-top-width: 1px;
}

div.lf1 {
  height: 30px;
}

div.lf2 {
  float: left;
  width: 13px;
  font-weight: bold;
}

div.lf3 {
  float: left;
  width: 128px;
  overflow: hidden;
  white-space: nowrap;
}

span.lf4 {
  position: relative;
  top: -2px;
  font-size: 10px;
}

div.code {
  margin-left: 10px;
  margin-top: 2px;
  border: 1px solid #888782;
  background: #ccc;
  padding: 3px;
  width: 97%;
}

td 
{
  font-family: Verdana; 
  font-size: 12px;
}

td.stathead {
  text-align: center;
}

td.statborder {
  height: 5px;
}

td.statbodyl {
  text-align: right;
  width: 45%;
}

td.navi {
	background: url(navi.png);
}

td.footer {
	background: url(footer.png);
}

a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a {
  color: #003377; 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: underline; 
}

a:hover {   
  text-decoration: none;  
}

a.box { 
  color: #003377; 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: underline; 
}

a.box:hover {   
  text-decoration: none;  
}

.Chead {
  background: #16639b;
  color: #9dbdd4;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b {
  background: #16639b;
  color: #9dbdd4;
}

.Callg {
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td {
  color: #000000;
}

.Cnorm {
  background-color: #e0e0e0;
}
.Cmite {
  background-color: #B4C6D8;
}
.Cdark {
  background-color: #9AB1C8;
}

.rand {
  border: solid #185685 1px;
}

.smalfont { 
  font-size: 10px;
  text-decoration: none; 
}

.border { 
   background-color: #185685; 
}
hr { 
  height: 0px; 
  border: solid #003366 0px; 
  border-top-width: 1px; 
}

input, textarea, select { 
  color: #000000;  
  font: 12px Verdana;  
  border-color: #185685;
  border-width: 1px;
  border-style: solid;  
  text-decoration: none;  
  background-color: #EFEFEF;  
}

td.rank {
  width: 75px;
  height: 15px;
  background-color:rgb(170,170,170);
  background-image:url(../../../../gfx/light.png);
  background-repeat:no-repeat;
  text-align: right;
}

ul.makeMenu, ul.makeMenu ul {
  font-size: 11px;
  /*background-color: #fff;*/
  cursor: default;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

ul.makeMenu li {
  list-style-type: none;
  margin-top: 3px;
  position: relative;
  color: #003377;
}

ul.makeMenu li > ul {
  display: none;
  background-color: #BDD4FC;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 13px;
  left: 0px;
}

ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  /*background-color: #eee;*/
  color: #003377;
}

ul.makeMenu ul.CSStoShow {
  z-index: 5;
  display: block;
}

ul.makeMenu li:hover > ul {
  z-index: 5;
  display: block;
}

ul.makeMenu li a {
  color: #003377;
  z-index: 5;
  display: block;
  width: 100%;
  text-decoration: underline;
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
  text-decoration: none;
}

ul.makeMenu li:hover > a {
  text-decoration: none;
}
