/* CSS Spin-DR site, HTML design by Cognitive Event Horizon pRC dec2k */

/* base formatting for page */
/* colors changed on a whim by MDH dec2k -- not Webmonster Randy's choices, don't blame him.*/

body       { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; 
		font-family: arial, geneva, helvetica, "sans serif"; }
a          { font-weight: bold; }
a:link     { color: #000099 }       /* unvisited link */
a:visited  { color: #006400 }       /* visited links  */
a:active   { color: #ffcc99 }       /* active links   */
a:hover    { color: #008080 }       /* active links, MSexplorer only  */
table      { margin-top: 0px; margin-left: 0px; }
th         { font-family: arial, helvetica, "sans serif"; text-align: left; vertical-align: top; font-weight: bold; }
td         { font-family: arial, helvetica, "sans serif"; vertical-align: top; }
img        { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; }
tt         { font-family: monotype, "courier new", courier, tt; }


/* defined classes */

.headline  { font-size: 150%; color: #330066; background: #ffffff; 
		vertical-align: middle; text-align: left; font-weight: bold; }
.hdleft    { font-size: 80%; color: #333366; background: #cccccc; text-align: left; vertical-align: middle; font-weight: bold; }
.hdright   { font-size: 80%; color: #333366; background: #cccccc; text-align: right; vertical-align: middle; font-weight: bold; }
.content   { font-size: 80%; color: #333333; }
.footleft  { font-size: 60%; color: #000033; text-align: left; }
.footright { font-size: smaller; color: #000033; text-align: right; }
.list      { font-size: smaller; color: #000000; }
.tt        { font-family: monotype, "courier new", courier, tt; text-align: left; vertical-align: top }
.ttimg     { font-family: monotype, "courier new", courier, tt; text-align: left; vertical-align: top }
.highlite  { font-size: smaller; color: #000000; background: #ccccff; text-align: left; vertical-align: top }
.alert     { font-size: smaller; color: #000000; background: #ffff66; vertical-align: middle; padding: 4px; }
.nav       { font-size: x-small; text-align: right; }
.navdk     { font-size: x-small; color: #ffffcc; background: #666699; text-align: right; }
.wtspace   { font-size: 1pxl; } 




