/.main
{
width: 720px;
border-collapse: collapse;
border: solid #000 1px;
}
.header{}
.empty{
border: solid green 1px; /* illustration only*/
}
.content
{
font-family: Verdana,Arial,Sans-serif;
font-size: 10pt ;
border: solid red 1px; /* illustration only*/
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
}
.navigation
{
width: 160px;
text-align: center;
border: solid blue 1px; /* illustration only*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt ;
line-height: 22px;
font-weight: bold;
}
.footer{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt ;
}
