/* Default CSS */

body       { background-color:#330000;  color:#ffffcc; font-size:10pt; margin:0pt; font-family:Georgia,Times,Times New Roman,serif; }

a:link     { text-decoration:none; color:#cccc99; }
a:visited  { text-decoration:none; color:#cccc99; }
a:hover    { text-decoration:underline; color:#ffffcc; }
a:active   { text-decoration:underline; color:#cc6600; }
a:focus    { text-decoration:none; color:#cccc99; }

h1         { font-size:22pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal;}
h2         { font-size:20pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal;}
h3         { font-size:18pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal;}
h4         { font-size:16pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal; }
h5         { font-size:14pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal; }
h6         { font-size:12pt; margin:0pt; font-style:italic; font-family:Georgia,Times,Times New Roman,serif; font-weight:normal; }
p          { font-size:11pt; margin:0pt; }
ul         { font-size:11pt; margin:0pt; }
ol         { font-size:11pt; margin:0pt; }
dl         { font-size:11pt; margin:0pt; }
dt         { font-size:11pt; margin:0pt; }
pre        { font-size:11pt; margin:0pt; }

#xs        { font-size:8pt; }
#s         { font-size:9pt; }
#m         { font-size:11pt; }
#l         { font-size:13pt; }
#xl        { font-size:15pt; }

#bgredl    { background-color:#ff3333; }
#bgred     { background-color:#630000; }
#bgredd    { background-color:#330000; }
#bgyell    { background-color:#ffffcc; }

#red       { color:#660000; }
#redd      { color:#330000; }
#reddd     { color:#ffcc11; }
#yell      { color:#ffffcc; }
#yelld     { color:#cccc99; }

.nonserif  { font-family:Verdana,Arial,Helv,Helvetica,sans-serif; }
.serif     { font-family:Georgia,Times,Times New Roman,serif; }
.monospace { font-family:Courier New,Courier,monospace; }

table      { padding:0px; border-color:black; border-width:0px; border-style:none; }
.null      { padding:0px; spacing:0px; border-width:0px; border-style:none; }
.base      { padding:0px; spacing:0px; border-width:2px; border-style:solid; border-color:#ffffcc; background-color:#660000;}
.box       { padding:2px; spacing:0px; border-width:1px; border-style:solid; border-color:#cccc99; background-color:#330000;}
.border    { padding:5px; spacing:0px; border-width:1px; border-style:solid; border-color:#cccc99; background-color:#330000;}
.border0   { padding:0px; spacing:0px; border-width:1px; border-style:solid; border-color:#cccc99; background-color:#330000;}