body {
 text-align: center;
 font-size:10px;
 overflow-x:hidden;
 overflow-y:auto;
 
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 text-decoration:none;
 background-color:#f5f5f5;
}

body a {
	color:navy;
}

body a:hover {
	color:red;
	font-style:italic;
}


#topcontent 
{
	vertical-align:top;
	width:  100%;
    font-size:11px;  	
	height: 5em;
}

#bottomcontent 
{
  background-color:#F5F5F5;
  width: 100%;
  height:2em;
}

#menucontent
{
  width:100%;
  height:20px;
  float:right;
}
#logintext
{
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  color:#FFF;
  font-size:11px;
}
#copycontent
{
  background-image:url(../images/menuback.png);
  width:100%;
  height:20px;
  float:left;
  font-size:11px;  
  text-align:right;  
  vertical-align:bottom;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  color:#FFF;
}

#commentcontent
{
  background-image:url(../images/menuback.png);
  width:100%;
  height:20px;
  float:left;
  font-size:11px;  
  vertical-align:bottom;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  color:#FFF;
  padding:5px;
  
}

#maintitle 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#000;
	width:100%;
}

#subtitle 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#99C;
	padding-left:10px;
	width:100%;
}

#loginuser
{
	width:160px;
	height:15px;
	border-color:#CCC;
	border-style:solid;
	border:1px;
}
#loginpass
{
	width:120px;
	height:15px;
	border-color:#CCC;
	border-style:solid;
	border:1px;
}
#msgalert22 {
 width: 110px;
 height: 150px;
 float: clear;
 border-top:2px;
 border-left:2px;
 border-bottom:2px;
 border-style:solid;
 border-color:#B7B7B7;
 color:#CCCCCC;
 }
 
 #pagenumber
 {
	 border:1px #C00 solid;
	 width:20px;
	 font-size:14px;
	 text-align:center;
	 font-weight:bold;
	 font-family:"Comic Sans MS", cursive;
 }
 
 #pagenumber a {
	color :#990000;
	TEXT-DECORATION:none;
 }

 #pagenumber a:hover {
	color :#990000;
	TEXT-DECORATION:none;
	font-style:italic;
 }
 
 #showbox {
  WIDTH: 230;
  HEIGHT: 165;
  BACKGROUND-COLOR: #eff5f5;
  BORDER: #d6e1e1 1px solid;  
  PADDING: 3px; 
 }