body{
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
text-align:center;
cursor : default;
}

table.main {
text-align: left;
width: 720px;
background-color: rgb(0, 51, 0);
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255);
font-family: monospace;
font-size: 12px;
}

table.top {
text-align: center;
width: 720px;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
font-size: 12px;
}

table.foot{
width :720px;
background-color:rgb(0,0,0);
color:rgb(255,255,255);
font-size:12px;
text-align:center;
}

td.main_left{
width: 480px;
text-align: center;
vertical-align: top;
background-color: rgb(0, 0, 0);
color:rgb(255,255,255);
font-size:12px;
}

td.main_right{
width:260px;
vertical-align: top;
text-align: left;
background-color: rgb(0, 0, 0);
color:rgb(255,255,255);
font-size:12px;
}

td.head_right{
width:260px;
vertical-align: top;
text-align: right;
color:rgb(255,255,255);
font-size:12px;
}

td.title{
background-color: rgb(0, 102, 0);
color: rgb(255, 255, 255);
font-size=12px;
width:100%;
}

td.center{
text-align: center;
vertical-align: top;
background-color: rgb(0, 0, 0);
font-size:12px;
}


td.half{
vertical-align: top;
background-color: rgb(0, 0, 0);
width=50%;
font-size:12px;
color:rgb(255,255,255);
}

td.right{
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
font-size=12px;
text-align:right;
}

td.left{
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
font-size=12px;
vertical-align: top;
text-align:left;
}

hr{
border:dashed;border-color:#003300;
}