body
{
    color: #000000;
    background-color: #a0a4ac;
    margin: 5px; 
}



h1
{
    color: #c0c0c0;
    background-color: #30343a;
    font-family: Georgia,"Courier New", Courier, sans-serif; 
    font-size: 14pt;
    font-weight: bold;
    line-height:150%; 
    margin-top:12; 
    margin-bottom:8;
    margin-left:4;
    margin-right:4;
    border:1px solid #f0f0f0;
    
}

h2
{
    color: #202030;
    font-family: "Times New Roman",Times,serif;
    font-size: 24pt;
    font-weight: bold;
    line-height:100%; 
    margin: 0px;
}

h3
{
    color: #fcf048;
    font-family: arial, helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: normal;
    line-height:120%; 
    margin:16px;
}


a
{
    color: #40444a;
    text-decoration: underline;
}


/* paragraphs */
p
{   
    color: #202020;
    font-family: tahoma, arial, helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    line-height:150%; 
    margin-top:0; 
    margin-bottom:0
}

td
{   
    color: #202020;
    font-family: tahoma, arial, helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    line-height:150%; 
    margin-top:0; 
    margin-bottom:0
}

li
{
    line-height:200%;  
}
    
.wh
{   
    color: #ffffff;
}

.l
{
    text-align: left;
}

.c
{
    text-align: center;
}

.s8
{
    font-size: 8pt;
}

.s9
{
    font-size: 9pt;
}

.s10
{
    font-size: 10pt;
    font-weight: bold;
}

.s12
{
    font-size: 12pt;
    font-weight: bold;
}

.s14
{
    font-size: 14pt;
    font-weight: bold;
}

.b
{
    font-weight: bold;
}

.n
{
    font-weight: normal;
}

.lh200
{
    line-height:200%;
}