
a.navbar { 
    font-family : helvetica, arial, sans-serif;
    font-size: 11px
}

a.navbar:active  { color: #ffcc00;}
a.navbar:visited { color: #606060;}
a.navbar:hover { color: #ffff33;}
a.navbar:link { color: #000000;}

body { 
    font-family : helvetica, arial, sans-serif;
    margin: 0px 0px 0px 0px;
    color: #000000;
    background: #ffffff;
}

#main {
    margin: 0px 30px 30px 30px;
}

#banner {
    width: 100%;
    background: #cc0000;
    margin: 0px 0px 0px 0px;
}

#tagline {
    width: 100%;
    color: #d0d0d0;
    background: #000000;
    font-size: 10pt;
    font-family : helvetica, arial, sans-serif;
}

td {
    font-size: 12pt;
    font-family : helvetica, arial, sans-serif;
}

blockquote {
    font-size: 12pt;
    font-family : helvetica, arial, sans-serif;
}

h2 {
    font-size: 18pt; 
    font-weight: bold;
    font-family : helvetica, arial, sans-serif;
}

.h2 {
    font-size: 18pt; 
    font-weight: bold;
    font-family : helvetica, arial, sans-serif;
}

h3 {
    font-size: 14pt; 
    font-weight: bold;
    font-family : helvetica, arial, sans-serif;
}

.smalltext 
{ 
    font-size: 10pt;
    font-family : helvetica, arial, sans-serif;
}

.bigtext 
{ 
    font-size: 18pt;
    font-family : helvetica, arial, sans-serif;
}

.smallem
{
    font-size: 10pt;
    font-family : helvetica, arial, sans-serif;
    font-style : italic;
}

em
{
    font-size: 12pt;
    font-family : helvetica, arial, sans-serif;
    font-style : italic;
}

pre
{
    font-family : monospace, courier;
}
