body
{
background-color: #d6cfb7;
font-size: 10pt;
}

p,h1,h2,table,th,td,ul,li,div
{
font-family:helvetica,arial,verdana,sans-serif;
}

th
{
background-color: #dadada;
vertical-align: top;
font-size: 11pt;
}

td
{
background-color: #efefef;
vertical-align: top;
font-size: 9pt;
}

div
{
text-align: center;
}

/* outer table */
table
{

margin-left: 50px;
margin-right: 50px;
text-align: left;
}

/* inner table */
td table
{
margin-left: 0px;
}

/* links */
a { color: #2d4b6b; background-color: inherit; text-decoration: none; }
a:visited { color: #808080; background-color: inherit; }
a:hover { color: #77ced7; background-color: inherit; }
a img { border: none; }
