@charset "utf-8";
/* CSS Document */

body {
  margin:0px auto;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  text-align:center;
  background-image:url(../pic/bg.jpg);
  /*background-color:#FFFFFF;*/
 overflow:scroll !important;
 overflow/**/:hidden;
  }

h2 {
  background-color:#8C0000;
  color:#FFFFFF;
  font-size:12px;
  border-left:5px solid #999999;
  text-align:left;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  margin-bottom:10px;
  margin-top:0px;
  }  

 
h4 {
  background-color:#8C0000;
  color:#FFFFFF;
  font-size:12px;
  border-left:5px solid #999999;
  text-align:left;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  margin-bottom:0px;
  margin-top:0px;
  }  
 
.table {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:3px solid #333333;
	border-left:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
  }

.table th {
  background: #8C0000;
  color: #FFFFFF;
  font: 12px Arial, Helvetica, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left:1px solid #8C0000;
}  

.table td {
  border-right:1px solid #999999;
  border-bottom:1px dotted #999999;
  padding-top:1px;
  padding-bottom:1px;
  } 



.row {
  background: #CCCCCC;
}

tr.row:hover {
  background: #FFFF00;
}

.rows {
  background: #FFFFFF;
} 

tr.rows:hover {
  background: #FFFF00;
}  
