a:link { text-decoration: underline; color: #00CC00; }
a:visited { text-decoration: underline; color:#00CC00; }
a:active { background: black; color: red; }
a:hover { background: black; color: red; text-decoration: underline; }
a:hover.z { background: white; color: red; text-decoration: underline; }
a:link.po { text-decoration: underline; color: white; }
a:visited.po { text-decoration: none; color:white; }
a:hover.po { background: black; color: red; text-decoration: underline; }

body { font-size:11pt; font-family:tahoma,arial; background: white; color: black; }

p { text-indent: 10pt; margin-right: 2pt; margin-left: 2pt; }
p:first-letter { font-size: 14pt; text-decoration: bold; }

table { font-size:11pt; border: none; border-color: black; }
table.t { border: solid; border-color: black; }
table.po { background: black; color: gold; border: 0px; margin-right: 6pt; margin-left: 6pt; margin-bottom: 6pt; }
td {font-size: 10pt; font-family:arial; }

hr { width: 75%; }

img { border: none; }
legend { font-weight: bold; font-size: 12pt; text-decoration: underline; }
fieldset { border-color: red; text-align: justify; }

#aa { float: left; width: 65%; margin-left: 5%; display: inline; }
#bb { float: left; width: 23%; margin-left: 2%;; margin-right: 5%; }

strong { font-weight: normal; }
em { font-style: normal; }
h1 { font-size: 15pt; text-decoration: overline; }
h5 { display:inline; padding:2px; font-size:9pt; font-weight: normal; }
