body
{
font-family: arial;
color: rgb(0,0,0);
margin: 0px;
}

table
{
width: 74%;
height: 100%;
}

.leftline
{
width: 1%;
border-right: 5px dotted black;
}

tr#row1
{
height: 100px;
}

a
{
font-size: 10pt;
text-decoration: none;
}

a:link
{
}

a:visited
{
color: blue;
}

a:hover
{
text-decoration: underline;
}

.titletext
{
border-bottom: 10px solid blue;
text-align: right;
font-size: 18pt;
font-weight: bold;
vertical-align: bottom;
}

.main
{
font-family: arial;
font-size: 10pt;
color: black;
}

.bottomdeco
{
align: center;
border-top: 3px black solid;
border-bottom: 3px black solid;
font-size: 10pt;
margin-top: 40px;
}

.nav
{
height: 60%;
margin: 20px;
vertical-align: top;
}


