table.style1 {
 background-color: #F2F2F2;
 border:1px solid #969696;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
 width: 25%;
}
table.style1 thead th {
 background-color: #929292;
 font-weight:bold;
 font-size:12px;
 border-bottom: 1px solid #444444;
 height:30px;
}
table.style1 td {
 border:1px solid white;
 height:20px;
}
a.style1 {
 color:black;
}
a.style1:hover {
 background-color:#E2E2E2;
}
 
table.style2 {
 background-color: #FBFBE5;
 border:1px solid #475E1E;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
}
table.style2 thead th {
 background-color: #6C7D47;
 font-weight:bold;
 font-size:12px;
 border-bottom: 1px solid #ffffff;
 height:30px;
}
table.style2 td {
 border-top:1px solid #CBDE8E;
 height:20px;
}
a.style2 {
 color:black;
}
a.style2:hover {
 font-weight:bold;
}
 

table.style3 {
 background-color: #E9E9DE;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
}
table.style3 thead th {
 background-color: #6F2C3E;
 font-weight:bold;
 font-size:12px;
 border-bottom: 1px solid #ffffff;
 height:30px;
 color:white;
}
table.style3 td {
 border-top:1px solid #929292;
 height:20px;
}
a.style3 {
 color:black;
 text-decoration:none;
 font-style:italic;
}
a.style3:hover {
 text-decoration:underline;
} 


span.style1 {
 background-color: #F2F2F2;
 border:1px solid #969696;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
}

span.style2 {
 background-color: #FBFBE5;
 border:1px solid #475E1E;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
}

span.style3 {
 background-color: #E9E9DE;
 font-family:Arial, Verdana, Tahoma;
 font-size:11px;
}
