﻿body {


background:#ffffff; /* to show that Mozilla and Firefox will only have one background color */
font-size:0.7em;
color:#555555;
font-family:Arial;
text-align:justify;

}

.PageContent
{
    
    width:90%;
    height:auto;
    overflow:auto;
    max-width:902px;
    min-width:600px;
    background-color:#fff;
    border-bottom:solid 1px #fff;
    padding:20px 10px 20px 10px;
    border:solid 1px #ccc;
    margin:auto;
   
}
h1
{
    width:100%;
    height:auto;
    padding-bottom:5px;
    padding-top:5px;
    letter-spacing:0.2em;
    font-size:12px;
    color:#555555;
    text-align:left;
}
h2
{
    width:100%;
    height:auto;
    padding-bottom:2px;
    padding-top:0px;
    letter-spacing:0.1em;
    font-size:11px;
    color:#555555;
    text-align:left;
}

.BulletedText
{
    width:100%;
    height:auto;
    overflow:auto;
    margin:5px 0 0 0;
    text-align:left;
    text-indent:0px;
    
    float:left;
   
}

.BulletedText ul
{
    list-style-type:circle;
  
}
.BulletedText li
{
   color:#555555;
  
}

.NumberedText
{
    width:100%;
    height:auto;
    overflow:auto;
    margin:5px 0 0 0;
    text-align:left;
    text-indent:0px;
    
    float:left;
   
}

.NumberedText ul
{
    list-style-type:decimal;
  
}