/* General font settings */
body { background: #000066; color: #000000; }
body,div,td,th { font-family: Arial, Helvetica; font-size: 9pt; }

/* Standard tags */
div.h1 { font-size: 16pt; color: #000000; font-weight: bold; font-family: Arial; }
div.h2 { font-size: 14pt; color: #cc0033; font-weight: bold; font-family: VArial, Helvetica; }

/* Big tags */
div.sh1 { font-size: 24pt; color: #000000; font-weight: bold; font-family: Arial; }
div.sh2 { font-size: 18pt; color: #FF3366; font-weight: bold; font-family: Arial; }

/* Special tags */
div.notes { font-size: 8pt; color:888888; }
div.whitenotes { font-size: 7pt; color: #ffffff; }
div.bignav { font-size: 8pt; font-weight: bold; color: #ffffff; }
div.smallnav { font-size: 8pt; color: #ffffff; }
div.small { font-size: 8pt; }
div.smallgrey { font-size: 8pt; color: #999999; }
div.white { color:ffffff; }

span.small { font-size: 8pt; }
span.notes { font-size: 8pt; color:888888; }
span.highlight { background-color: #ffff00; }

td.side { border-style: dashed; border-width: 1px; border-color: #efefef; }
hr.side { border-style: solid; border-width: 1px; border-color: #efefef; }

/* Links */
a { color:#cc0033; text-decoration: none; }
a:hover { color: #333366; text-decoration: underline; }

div.whitenotes a { color: #ffffff; text-decoration: none; }
div.whitenotes a:hover { color: #ffffff; text-decoration: none; }

div.bignav a { color: #ffffff; text-decoration: none; }
div.bignav a:hover { color: #33cc00; text-decoration: none; }

div.smallnav a { color: #ffffff; text-decoration: none; }
div.smallnav a:hover { color: #33cc00; text-decoration: none; }
