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

#mytable{
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:14px;
line-height:22px;
margin:0px;
padding:0px;

color:#404040;
border:1px solid #CCCCCC;
}
 h2{
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:33px;
color:#003300;
margin:10px 0px;
}

#mytable TD{
padding:5px 8px 8px 5px;
color:#404040;
border-bottom:1px; color:#999999; border-collapse:collapse; border-bottom-style:solid;
}

#mytable TH{
padding:0px 8px 8px 0px;
color:#333333;
border-bottom:1px; color:#999999; border-collapse:collapse; border-bottom-style:solid;
}

#mytable TR{
padding:0px 8px 8px 0px;
color:#404040;
}



#mymaintable{
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:14px;
line-height:22px;
margin:0px;
padding:0px;

color:#333333;
}

#mymaintable TD{
padding:5px 8px 8px 5px;
color:#333333;

}

#mymaintable TH{
padding:0px 8px 8px 0px;
color:#ffffff;

}

#mymaintable TR{
padding:0px 8px 8px 0px;
color:#404040;
}





