/*body specific*/
html, body, p, table, td, th {

font-size: 9pt;
font-family: Arial;
color: #232323;

scrollbar-face-color:#FFFFFF; 
scrollbar-shadow-color: #851518; 
scrollbar-highlight-color: #851518; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #851518;
}

H1{
	font-size: 14pt;
        color: #851518;
        font-style: bold;
        font-weight: bold;
}

H2{
	font-size: 9pt;
        color: #D1D3D5;
        font-style: normal;
        font-weight: normal;
}

H3{
	font-size: 8pt;
        color: #232323;
        text-align: justify;
        font-style: normal;
        font-weight: normal;
}

H4{
	font-size: 9pt;
        color: #232323;
        text-align: justify;
        font-style: normal;
        font-weight: normal;
}

a:link{
color: #4E4E4E;
text-decoration:none;
}

a:active{
color: #4E4E4E;
text-decoration:none;
}

a:visited{
color: #4E4E4E;
text-decoration:none;
}

a:hover{
color: #851518;
text-decoration:none;
}

/* ================= CLIENT LINKS ====================== */

div.client_links   {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #4E4E4E;
   }

div.client_links a   {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #4E4E4E;
   }

div.client_links a:visited {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #4E4E4E;
   }

div.client_links a:active {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #4E4E4E;
   }

div.client_links a:link {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #4E4E4E;
   }

div.client_links a:hover {
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
	text-decoration: none;
        color: #851518;
   }