
BODY {
font-family: Helvetica;
font-size: 12pt; background-color: #ffffff;
color: black;
}

A:link { text-decoration: underline; color: blue; font-weight: bold; font-size: 11pt }
A:visited { text-decoration: underline; color: blue; font-weight: bold; font-size: 11pt }
A:active { text-decoration: underline; color: blue; font-weight: bold; font-size: 11pt }
A:hover { text-decoration: underline; color: red; font-weight: bold; font-size: 11pt }

.headline {
background-color: #53617B;
color: #F6C018;
font-size: 11pt;
text-align: center;
font-weight: bold;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}

TH { text-align: left; text-decoration: underline; font-weight: bold }
TD { text-align: left; vertical-align: top }

.odd-line-in-list { background-color: #ffffff }
.even-line-in-list { background-color: #ffffff }

.wide-table { font-size: 8pt; }

.small-text { font-size: 8pt; }

