/* AlanSmitheePresents.com aspstyle.css 2010-01-xx */

BODY
{
background-image: url(ASP-LogoPhoto-watermark.gif); 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position:  center; 
background-color: white; 
color: black; 
font-family: arial, arial, cursive, sans; 
}

H1, H2, H3, H4, H5
{
font-style: normal;
font-weight: bold;
}

H1 
{
font-size: 20pt;
font-family: 'mistral'
}

H2
{
font-size: 18pt;
}

H3
{
font-size: 16pt;
}

H4
{
font-size: 14pt;
color: teal;
}

H5
{
font-size: 12pt;
color: black
}

P, DIV, TD
{
font-size: 12pt;
font-style: normal;
font-variant: normal;
font-weight: bold; 
}

DIV, TD
{
text-align: center;
border-style: none;
vertical-align: top;
}

TR
{
vertical-align: top;
}

TD
{
vertical-align: top;
}

.StyFeature
{
font-weight: bold;
font-style: italic;
color: olive;
}

.StySmallPrint { font-size: 10pt;
                 font-weight: normal;
                 font-style: italic;
               }

.StyIndex { font-size: 9pt;
          }

.StyIndexBig { font-size: 10pt;
               text-decoration: italic;
               color: olive;
             }

.StyIntro { font-size: 16pt;
            font-weight: bold;
            text-align: center;
            color: green;
          }

.StyFooter
{
font-size: 50%; 
text-decoration: italic;
text-align: right;
}

.StyFootNote { font-size: 9pt;
                text-align: normal;
                text-decoration: italic;
              }

.StyBigI { font-size: big;
           text-decoration: italic;
         }

.StyFinePrint { font-size: 7pt;
                text-align: center;
                text-decoration: none;
              }

.StyColorBlack { color: black; }
.StyColorRed { color: red; }
.StyColorBlue { color: blue; }
.StyColorOlive { color: olive; }
.StyColorNavy { color: navy; }
.StyColorAqua { color: aqua; }
.StyColorPurple { color: purple; }
.StyColorMarron { color: maroon; }

.StyMenuItem { color: black;
               font-size: 10pt;
               font-weight: bold; }
.StyMenuDetail { font-size: 10pt;
                 font-weight: normal; 
                 text-align: left;}

A:link    { color: brown }      /* unvisited links */
A:visited { color: gray }     /* visited links */
A:active  { color: red }   /* active links */
A:hover   { background: silver }