
/* normal text */

/* NOTES:
      for font-family, several alternative fonts are specified,
      followed finally by a supported generic family name
      ('serif', 'sans-serif', 'cursive', 'fantasy').

      Place the font-family declaration at the end of the list of
      declarations for a selector to account for an MSIE3 font
      declaration freak out

      For correct rendering across all three browsers include a
      fictitious font name enclosed in single quotes as your
      first font choice and a fictitious font name as your last
      choice. 

      */


BODY { 
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #000000
    }

td
    { 
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #000000;
    }

.littlebigger { 
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 10pt;
    font-weight: normal;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #000000
    }

.feature
    { 
    text-decoration: none;
    font-size: 9pt;
    font-weight: normal;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #000000;
    }

.sidebar
    { 
    text-decoration: none;
    font-size: 8pt;
    color: #000000;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }

.quote
    { 
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    color: #336699;
    font-family: 'X', "Times New Roman", times, serif, 'X';
    }

.small
    {
    font-size: 7pt;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }

.pullquote
    {
    font-size: 14pt;
    color: #336699;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }

.caption
    { 
    text-decoration: none;
    font-size: 7pt;
    color: #336699;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }

.footertext
    {
    font-size: 9pt;
    font-weight: bold;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #000000
    }

.copyright
    {
    text-decoration: none;
    font-size: 7pt;
    text-align: center;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }

:link, :visited
    { 
    text-decoration: none; 
    font-weight: bold;
    color: #336699;
    }
a:active
    { 
    text-decoration: none; 
    font-weight: bold;
    color: #99CCFF;
    }
:hover
    { 
    text-decoration: none; 
    font-weight: bold;
    color: #6699CC;
    }

/* headers and such */

h1, p.title
    { 
    font-size: 22pt;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0.1cm;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
.subtitle
    { 
    font-size: 12pt;
    font-weight: normal;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    color: #336699;
    }
h2, p.head2
    { 
    font-size: 16pt;
    font-weight: normal;
    color: #000000;
    margin-top: .1cm;
    margin-bottom: 0.0cm;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
h3, p.head3
    { 
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    margin-top: .1cm;
    margin-bottom: 0.0cm;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
h4, p.head4
    { 
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    margin-top: .1cm;
    margin-bottom: 0.0cm;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }


a.nav:link,a.nav:visited
    {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
a.nav:active,a.nav:hover
    {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #336699;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }


a.smnav:link,a.smnav:visited
    {
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
a.smnav:active,a.smnav:hover,.smblue
    {
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    color: #336699;
    font-family: 'X', verdana, helvetica, arial, sans-serif, 'X';
    }
