/*  Page Defaults  */

a:link    { color: blue;
            text-decoration: none}
a:hover   { color: blue;
            text-decoration:underline}
a:active  { color: red}
a:visited { color: blue;
            text-decoration: none}

body
    { background-color: #FFFFF;
      font-family: Verdana, Arial, Helvetica, sans-serif }

img
    { border-width:0}
h4  
    { font-size: 10pt}
.categoryTitle
    { color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 0}
p 
    { font-size: 10pt}
table, td, th, ul, dl, ol 
    { font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10pt}
small
    { font-size: 8pt }
td
    { margin-top:0}
tt
    { font-family: Courier New,Courier }

.Strong
    { font-weight: bold }

