﻿body {


background:#ffffff; /* to show that Mozilla and Firefox will only have one background color */
font-size:0.7em;
color:#000000;
font-family:Arial;
text-align:justify;

}

.PageContent
{
    
    width:580px;
    height:auto;
    
    padding:20px 10px 0px 10px;
   
    color:#000000;
   
}
h1
{
    
    height:auto;
    padding-bottom:5px;
    padding-top:5px;
    
    font-size:13px;
    color:#000000;
    text-align:left;
}
h2
{
    width:100%;
    height:auto;
    padding-bottom:2px;
    padding-top:0px;
    text-decoration:underline;

    font-size:11px;

    text-align:left;
     color:#000000;
}

.BulletedText
{
    width:100%;
    height:auto;
    overflow:auto;
    margin:5px 0 0 0;
    text-align:left;
    text-indent:0px;
    padding-bottom:10px;
    float:left;
   
}

.BulletedText ul
{
    list-style-type:circle;
  
}
.BulletedText li
{
   color:#000000;
  
}

.NumberedText
{
    width:100%;
    height:auto;
  
    margin:5px 0 0 0;
    text-align:left;
    text-indent:0px;
    
    float:left;
   
}

.NumberedText ul
{
    list-style-type:decimal;
  
}