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

.table {
border-collapse:collapse;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin:20px;
text-align:left;
width:480px;
width:100%;

}

.table tr a{color:#333;}

 .table  caption {
  text-align: center;
  background: transparent;
  padding:6px 4px 8px 0px;
  text-transform: uppercase;
  color:#1565AC;
  font-size:16px;
  font-weight:bold;
  }

.table td{
color:#666699;
padding:8px;	
}
.table th {
color:#003399;
font-size:12px;
font-weight:bold;
padding:10px 8px;
  }
  

.table .odd {
	background-color:#E8EDFF !important;
  }
