/*----- This part is for table.*/
#tab
caption
{
caption-side:top;
font-family:verdana, Arial, Helvetica, sans-serif;
font-size:0.70em;
color:#006400;
}
#tab
{
font-family:verdana, Arial, Helvetica, sans-serif;
width:300px;
border-collapse:collapse;
float:right;
}
#tab td, #tab th {
font-size:0.68em;
border:1px solid #98bf21;
padding:3px 3px 2px 3px;
}
#tab th {
font-size:0.70em;
text-align:center;
padding-top:3px;
padding-bottom:2px;
background-color:#A7C942;
color:#ffffff;
}
#tab tr.alt td {
color:#000000;
background-color:#E8F0D8;
}

