BODY {
 color: black;
 font-size: 12pt;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
A {
 color:black;
 font-size:12pt;
}
A:link {
 text-decoration: none;
}
A:visited {
 text-decoration: none;
}
A:hover {
 color: white;
 text-decoration: underline;
}
.small {
 color: black;
 font-size: 10pt;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.small_right {
 color: black;
 font-size: 10pt;
 text-align:right
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.nav {
 font-weight: bold;
 text-decoration: underline;
 font-variant: small-caps;
}
.head {
 font-weight: bold;
 text-decoration:underline;
 font-size:16pt
}