<!--
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-color: #FFFFFF;
        background-image:url('/images/bg.png');

}
/*  3c3c5a         background-repeat:repeat-x;*/
.sidebar, .box, .footer, .serverbox .adbox{
	color: #3c3c5a;
	border-radius: 12px;
	-moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -webkit-box-shadow: 0px 5px 15px #001;
        -moz-box-shadow: 0px 5px 15px #001;
        -webkit-box-shadow: 0px 5px 15px #001;
        -moz-box-shadow: 0px 5px 15px #001;
	background: #FFFFFF;
	border-top: 1px solid rgb(100,100,155);
	border-bottom: 1px solid rgb(0,0,0);
	padding: 10px;
	font-size: 12px;
}

/* Heading Block */
.heading {
       -webkit-box-shadow: 0px 5px 15px #001;
       -moz-box-shadow: 0px 5px 15px #001;
       -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
  font-size: 15px;
  text-align: center;
  background-color: #3333cc;
  margin: 6px;
  color:#f0f0f0;
  font-weight: bold;
  letter-spacing: 2px;
  overflow: auto;
  width=100%;
}/* Header Table */

.header .footer .serverbox .adbox{
  margin: 10px ;
  float: center;
  white-space: pre-wrap;
}

.footer{
  clear: both;
}
.adbox {
  height:100px;
  width: 768px;
}
/* For the menu section */
.sidebar {
        width: 180px;
        float: left;
        margin: 1px 1px 5px 1px;
}

/* Main Body Table*/
.box {
  float: center;
  white-space: pre-wrap;
  margin: 10px 5px 5px 210px;
}


a:link {
	color: #999933
	text-decoration: none;
	font-size: 12px
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 12px
}
a:hover {
	text-decoration: none;
	color: white;
	cursor: crosshair;

	font-size: 12px;
	letter-spacing: 0.5px;
	background-color: #444444;
}
a:active {
	text-decoration: none;
	color: #555555;
	font-size: 12px;
}

a:img:hover {border: 0px solid black}


-->