/* CSS Document */

body   { color: #000066; font-family: Arial; font-size: 90%; background-color: #FFFFFF; text-align: center }
p  { color: #000066; font-family: Arial }
p.small { color: #000066; font-family: Arial; font-size: 75% }
td.leftcol { width: 150px; vertical-align: top; font-size: 85% }
td.main { vertical-align: top; text-align:left }
td.navbar { text-align: left; vertical-align: top }
a  { color: blue; text-decoration: none }
a:link { color: blue }
a:visited { color: blue }
a:hover { font-weight: bold; text-decoration: underline }
a:active { color: red }
img { border-style: none }
.center { text-align: center }
.darkbg  { background-color: #B3B3D1 }
.lightbg  { background-color: #ECECF4 }
