body { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: rgb(255, 255, 255); 
    color: rgb(85, 85, 85); 
    text-align: justify; 
    vertical-align: none; 
    font-weight: normal; 
    font-style: normal;
    font-size: 10pt;
}


p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #555555;
    text-align: justify; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(27, 57, 48);
}

h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }



A:link {color: rgb(27, 57, 48); text-decoration: none} 
A:visited {color: rgb(27, 57, 48); text-decoration: none} 
A:hover {color: rgb(27, 57, 48); font-weight: bold; text-decoration: none} 
A:active {color: rgb(27, 57, 48); text-decoration: none} 

menu {position:relative;visibility:visible;} 

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    list-style-type: square;
}

ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}

table { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal; 
    font-style: normal; 
    color: #555555;
    vertical-align: none; 
    text-align: none;
    border-width: 0px;
}

td {
    border-color: #CCCCFF;
}

label {color: rgb(0, 0, 0);}

textarea { 
    border-style:solid; 
    font-size: 8pt; 
    font-family: Arial, Arial, Helvetica; 
    font-style: normal; 
    color: rgb(0, 0, 0);
 } 


fieldset {
    font-family: Arial, Arial, Helvetica; 
    font-style: normal; 
    font-size: 8pt; 
    border-bottom-style: solid; 
    border-top-style: solid; 
    border-left-style: solid; 
    border-right-style: solid; 
    border-bottom-width: 1pt; 
    border-top-width: 1pt; 
    border-left-width: 1pt; 
    border-right-width: 1pt; 
    color: rgb(0, 0, 0);
}


legend { 
    font-style: normal; 
    font-size: 8pt; 
    font-family: Arial, Arial, Helvetica; 
    color: rgb(51, 0, 153);
}

select { 
    border-style:solid; 
    font-family: Arial, Arial, Helvetica; 
    font-size: 8pt; 
    font-style: normal; 
    color: rgb(0, 0, 0);
}

caption { 
    font-style: normal; 
    font-family: Arial, Arial, Helvetica; 
    font-size: 14pt; 
    color: rgb(51, 0, 153);
}

th { 
    font-family: Arial, Arial, Helvetica; 
    font-style: normal;
}

button { 
    border-top-style: solid; 
    border-left-width: 1pt; 
    border-bottom-width: 1pt; 
    border-top-width: 1pt; 
    border-right-width: 1pt; 
    border-right-style: solid; 
    border-left-style: solid; 
    border-bottom-style: solid; 
    font-size: 8pt; 
    font-style: normal; 
    font-family: Arial, Arial, Helvetica;
    background-color: rgb(51, 0, 153); 
    color: rgb(255, 255, 255);
}

marquee { 
    font-family: Arial, Arial, Helvetica; 
    font-size: 14pt;
}




