
body         { background: #FFFFFF;}

body         { font-family: Verdana,Arial,Helvetica,sans-serif; font-size:13px;}
h1           { color: #333333; font-weight: bold; font-size:18px; text-transform:uppercase }
h2           { color: #333333; font-weight: bold; font-size:18px }
h3           { color: #333333; font-weight: bold; font-size:15px; text-transform:uppercase; margin-top: 0 }
h4           { color: #333333; font-weight: bold; font-size:15px }
h5           { color: #333333; font-weight: bold; font-size:13px; text-transform:uppercase }
h6           { color: #333333; font-weight: bold; font-size:13px; margin-bottom:0 }


.Nospace       {font-family: Verdana,Arial,Helvetica,sans-serif; font-size:13px; margin-bottom: -15 }
.indent20px     {margin-left:20px}
.indent20pxNS     {margin-left:20px; margin-bottom: -15}
.footer      { font-family: Verdana,Arial,Helvetica,sans-serif; font-size:10px; margin-top:0; }
.related     { font-family: Verdana,Arial,Helvetica,sans-serif; 
               font-weight: bold; font-size:10px; 
               margin-top:0
               }

.orangedots75  {font-family: Verdana,Arial,Helvetica,sans-serif; 
              font-weight: bold; font-size:1px; 
              color: #FF6600;
              border-top-color: FF6600;
              border-top-style: dotted;
              border-top-width: 1px;
              width: 75%
              }
              
.greydots25  {font-family: Verdana,Arial,Helvetica,sans-serif; 
              font-weight: bold; font-size:1px; 
              border-top-color: #333333;
              border-top-style: dotted;
              border-top-width: 1px;
              width: 25%
              }


span.related { font-weight: bold; font-size:10px; margin-top:0}
span.emphasis { font-weight: bold; font-size:13px; color: #333333;}
span.emphasisUC { font-weight: bold; font-size:13px; color: #333333; text-transform:uppercase }
span.light_grey { color: #999999 }
span.orange { color: #FF6600 }
span.footer  { font-size:10px;}


hr { height: 1px; 
     length: 100%; 
     border: 0px; 
     color:#FF6600;
     background-color:#FF6600 
   }
   
hr:orangedot { height: 1px;
               length: 75%;
               border: 0px;
               color:#FF6600;
               background-color:#FF6600
               style: dotted
               }
                              
a:link       { color: #FF6600;  text-decoration: underline  }  /* unvisited link */
a:visited    { color: #FF6600;  text-decoration: underline }   /* visited link */
a:hover      { color: #000000;  text-decoration: underline } /* mouse over link */
a:active     { color: #000000;  text-decoration: underline }  /* selected link */


table  {  
          }

td          { font-size: 13px}

ul {list-style-image:url('images/bullet_o5.gif'); list-style-position: outside; }
ol {list-style-type: decimal; list-style-position: outside; }