/* basic tags */
img
{
    border: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt; 
    background-color: #788a94;
}

#body {
    margin: 90px 230px 0px 10px;
    padding: 0px;
}

/* anchors */
a, a:link, a:visited
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #00497a;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


/* basic classes */
.notes
{
    font-size: 8pt;
}

.comment
{
    font-size: 9pt;
    font-weight: bold;
}

.date
{
    color: #ffffff;
    font-size: 8pt;
}
