/*body specific*/
html, body, p, table, td, th {

font-size: 9pt;
font-family: Arial;
color: #000000;

scrollbar-face-color:#F0E4BB; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #F0E4BB; 
scrollbar-darkshadow-color: #F0E4BB; 
scrollbar-track-color: #F0E4BB; 
scrollbar-arrow-color: #000000;
}

td.justify   {
        text-align: justify;
   }

H1{
	font-size: 10pt;
        color: #000000;
        font-style: bold;
        font-weight: bold;
}

H2{
	font-size: 10pt;
        color: #AD0084;
        font-style: bold;
        font-weight: bold;
}

a:link{
color: #000000;
text-decoration:underline;
}

a:active{
color: #000000;
text-decoration:underline;
}

a:visited{
color: #000000;
text-decoration:underline;
}

a:hover{
color: #AD0084;
text-decoration:none;
}

/* ================= ENTER LINK ====================== */

div.enter_links   {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a   {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:visited {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:active {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:link {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #6D6C6C;
   }

div.enter_links a:hover {
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #FFFFFF;
   }