/*
Richard Starr
January 2004
*/

/* Body sets the default for all the other styles */
body
{
font-family: Verdana, Arial;
color: #9469A5;
text-align: left;
font-size: 10pt;
}

p
{
font-size: 10pt
}

h1
{
font-size: 18pt;
}

h2
{
font-weight: bold;
font-size: 8pt
}

h3
{
color: red;
font-size: 8pt
}

h5
{
text-align: center;
font-size: 8pt
}

h6
{
text-align: center;
font-size: 7pt
}

ul.s1
{
list-style-type: square ;
}

a:link { color:#000099 }
a:visited { color:#000000 }
a:hover { color: #FF0000 }


#TABLE1 {
        background:#EEE;
    border : 1px solid #000;   /* Removes Border */
        width : 400px;
}

CAPTION {
        font-size:12pt; caption-side:bottom }

#TABLE1 TH {
    font-size:10pt;
        text-align:left;
    border-bottom: 1px solid black
}

#TABLE1 TR {
    font-size:10pt;
    border-right: 1px solid black;
}

TD {

   }


