
/* Defaults */

* { font-family: arial, Verdana, sans-serif;}
BODY { font-size: 90%; }
TABLE, TD { font-size: 100%; }
OL, UL { margin-top: 5px; font-size: 100%; }


/* Anchor Styles */
A:link    { color: #999999; text-decoration: underline; }
A:visited { color: #999999; text-decoration: underline; }
A:hover   { color: #999999; text-decoration: none; }
A:active  { color: #FF0000; text-decoration: underline; }

/* Header Styles */
.header1  { font-size: 240%; letter-spacing: 2em; }
.header1c { font-size: 240%; letter-spacing: .8em; color: #CCCCCC; }
.header2  { font-weight: bold;  font-size: 120%; }
.header2c { font-weight: bold;  font-size: 120%; letter-spacing: 1.2em; color: #CCCCCC; }
.header3  { font-weight: bold;  font-size: 100%; }
.header3c { font-weight: bold;  font-size: 100%; color: #CCCCCC; }
.header4  { font-weight: bold;  font-size: 85%; }
.header4c { font-weight: bold;  font-size: 85%; color: #CCCCCC; }
.text1c { font-size: 110%; color: #CCCCCC; }

/* Body Styles */
.body1 { font-size: 100%; }
.body2 { font-size: 85%; }
.body3 { font-size: 75%; }
.body4 { font-size: 65%; }

/* Indention Styles */
.indent { padding: 2px 20px 6px 20px; }
.doubleindent { padding: 2px 20px 6px 40px; }
.blockindent { padding: 12px 20px 15px 20px; }
.doubleblockindent { padding: 12px 20px 15px 40px; }

/* Page Elements */
.pagetitle { font-weight: bold; font-size: 140%; color: #999999; }
.pagesubtitle { font-weight: bold; font-size: 100%; font-style: italic; }
.sidebox { margin-left: 15px; margin-bottom: 20px; }

