hr {color: sienna}
p {margin-left: 20px}


body {background-color: #FFFFFF}
h1 {color: #336666; font-size: 18px; line-height: 100%; padding: 0px;}
h2 {color: #336666; line-height: 100%; font-size: 24px;}
p1{text-align: justify; font-size: 14px;} 
p2{text-align: justify; font-size: 16px; font-weight: bolder; text-decoration: underline;}
p3{color: #336666; text-align: justify; font-size: 18px; font-weight: bolder;}
p4{color: #336666; text-align: justify; font-size: 16px; font-weight: bolder; text-decoration: underline;}
p5{text-align: justify; font-size: 24px;} 
p6{color: #336666; text-align: justify; font-size: 26px; font-weight: bolder;}

ul { list-style-image: url("elements/list.jpg"); }

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

HR {
    height:3px;
    width:100%;
    background:#333366
   }




