body {
 margin: 0px;
 background-color: #FFFFFF;
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 8pt;
 color: #000000;
}

.maintable {
 padding: 0px;
 margin: 0px;
 margin-bottom: 10px;
 width: 100%;
 border: 0px;
}
.maintable td {
 background-image: url(./images/logo_background.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 height: 40px;
 width: 100%;
 padding: 0px;
 margin: 0px;
 text-align: left;
}
.maintable td img {
 width: 229px;
 height: 40px;
 margin: 0px;
 padding: 0px;
}

.articles {
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 8pt;
 color: #000000;
 border: 0px;
 width: 100%;
 margin: 0px;
}
.articles td {
 padding: 5px;
}
.articles td h1 {
 font-size: 10pt;
 font-weight: bold;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

a:link {
 color: #003366;
}

a:hover {
 color: #337FCA;
}

a:visited {
 color: #003366;
}

a:active {
 color: #FF0000;
}