body
    { 
    font-family: georgia,times,serif;
    font-weight: normal;
    color: #000033;
    font-size: 9pt;
    }

.author
    { 
    font-family: georgia,times,serif;
    font-style: italic;
    font-weight: normal;
    color: #003366 ;
    font-size: 9pt;
    text-align: right;
    }

.body
    { 
    font-family: georgia,times,serif;
    font-weight: normal;
    color: #000000;
    font-size: 11pt;
    }

.caption
    { 
    font-family: georgia,times,serif;
    font-style: italic;
    font-weight: normal;
    color: #000066 ;
    font-size: 9pt;
    text-align: right;
    }

.quote
    { 
    font-family: tahoma,arial,sans-serif;
    font-weight: normal;
    color: #333366 ;
    font-size: 11pt;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: -15px;
    }

.title   {
         font-family: georgia,times,serif;
         font-weight: bold; 
         font-size: 16pt;
         text-align: left;
         vertical-align: top; 
         font-style: italic;
         }

h1       {
         font-family: georgia,times,serif;
         font-weight: bold; 
         font-size: 14pt;
         text-align: left;
         vertical-align: top; 
         font-style: italic;
         }

h2       {
         font-family: georgia,times,serif;
         font-weight: bold; 
         font-size: 11pt;
         text-align: left;
         vertical-align: top; 
         font-style: italic;
         }

h3       {
         font-family: georgia,times,serif;
         font-weight: bold; 
         font-size: 9pt;
         text-align: left;
         vertical-align: top; 
         font-style: italic;
         }

h4       {
         font-family: georgia,times,serif;
         font-weight: normal; 
         font-size: 9pt;
         text-align: left;
         vertical-align: top; 
         font-style: italic;
         }

td     { 
         vertical-align: top;
         font-size: 11pt;
         }

ul li    { 
         font-size: 9pt;
         list-style-type: disc; 
         }

ul ul li {
         font-size: 9pt;
         list-style-type: square; 
         }

ul ul ul li 
         {
         font-size: 9pt;
         list-style-type: circle; 
         }

ol li    {
         font-size: 9pt;
         list-style-type: decimal; 
         }

.bullet  {
         font-size: 9pt;
         list-style-type: disc; 
         }

.bullet2 {
         font-size: 9pt;
         list-style-type: circle; 
         }

.nowrap  {
         white-space: nowrap;
         display: inline;
         }

a:link
    {
    color: #333333
    }

a:visited
    {
    color: #999999
    }

