/* General font settings */

body {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
	background-color: #CC3333;
	background-image: url('back.jpg');
	background-repeat: repeat-x;
}

td.side { border-style: dotted; border-width: thin; border-color: #FF99CC; }

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: 15pt; color: #cc0033; font-weight: bold; font-family: Arial; }
div.s1 { font-size: 14pt; color: #cc0033; font-weight: bold; font-family: Arial, Helvetica; }
h3 { color: #cc0000; margin-bottom: 0pt; }

/* Big tags */
div.sh1 { font-size: 26pt; color: #000000; font-weight: bold; font-family: Arial; }
div.sh2 { font-size: 16pt; color: #666666; font-family: Arial; }
div.ss1 { font-size: 16pt; color: #cc0033; font-weight: bold; font-family: Arial, Helvetica; }

/* Special tags */
div.notes { font-size: 8pt; color:000000; }
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:000000; }
span.highlight { background-color: #ffff00; }
span.red { font-weight: bold; color: red; }

p.quote { font-size: 9pt; text-align: center; border: thin dotted #cccccc; background-color: #eeeeee; }
p.quoteleft { font-size: 9pt; border: thin dotted #cccccc; background-color: #eeeeee; }

/* 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; }
