/* CSS definition file containing sitestyle stylesheets */
html
{
    background-color: #D0D0D0;
}
body
{
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: small;
    background-color: #D0D0D0;
    margin: 0px;
}
#bannerbox
{
    width: 940px; 
    padding: 5px; 
    border-bottom: 1px solid white;
}
#content
{
    background-color: #FEFEFE;
    padding: 5px;
    margin: 0px auto; 
    width: 980px; 
    border: 1px solid #F9F9F9;    
}
p
{
    margin-top: 2px;
    margin-bottom: 9px;
}
td
{
    font-size: 10pt;
    vertical-align: top;
    text-align: justify;
    color: black;
}
a:active
{
    font-size: small;
}
a:link
{
    font-size: small;
}
ul
{
    font-size: small;
    list-style-image: url("./stoppy_bullet.gif");
    list-style-position: outside;
    text-indent: 5px;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 10px;
}
ol
{
    font-size: small;
    line-height: 150%;
    list-style-position: outside;
    text-indent: 0pt;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 10px;
}
li 
{
    margin-bottom:10px;   
    text-indent:0px;
    
}
.TD
{
    text-align: justify; 
    margin-top: 2pt; 
    margin-bottom: 20px;
}
a:visited
{
    font-size: small;
}
.TextObject
{
    font-size: small;
    padding:10px;
}
h1
{
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: large;
    color: rgb(0,51,255);
    margin-top: 7px;
    margin-bottom: 5px;
}
h2
{
    font-family: "Courier New", monospace;
    font-size: x-large;
    font-weight: bold;
    color: rgb(255,0,0);
    margin-top: 7px;
    margin-bottom: 5px;
}
h3
{
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 11pt;
    color: rgb(0,102,204);
    margin-top: 5px;
    margin-bottom: 3px;
}
h4
{
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 11pt;
    color: rgb(255,0,0);
    margin-top: 5px;
    margin-bottom: 3px;
}
h5
{
    font-size: 10pt;
    color: rgb(51,0,204);
    margin-top: 2px;
    margin-bottom: 2px;
}
h6
{
    font-size: 10pt;
    color: rgb(255,0,0);
    margin-top: 2px;
    margin-bottom: 2px;
}
.TextNavBar
{
    font-size: small;
}
a:hover
{
    font-size: small;
}
#ads
{
    text-align:center;
    width:100%;
    padding:20px;
}
img
{
   margin:5px;
   border:none;
}
textarea
{
    font-family:tahoma, sans-serif;
    font-size:small;
}