body
{
   background-color:white;
   margin:0px 0px 0px 0px;
   scrollbar-base-color: #FFF;
   scrollbar-face-color: #D7DADE;
   scrollbar-highlight-color: #F5F6F7;
   scrollbar-3dlight-color: #E6E8EB;
   scrollbar-darkshadow-color: #BABFC5;
   scrollbar-shadow-color: #C4C8CC;
   scrollbar-arrow-color: #676C73;
   scrollbar-track-color: #E6E8EB;
}

.h1
{
   font-family: Arial;
   font-size: 12px;
   color: #7F4201;
   font-weight: bold;
}

.h2
{
   font-family: Arial;
   font-size: 12px;
   color: #0F49B4;
   font-weight: bold;
}

.h2 A:link
{
   color: #0F49B4;
   text-decoration: underline;
}

.h2 A:visited
{
   color: #0F49B4;
   text-decoration: underline;
}

.h2 A:active
{
   color: #0F49B4;
   text-decoration: none;
}

.h2 A:hover
{
   color : #0F49B4;
   text-decoration: none;
   background-color:#E6F0FC;
}   

.p
{
   font-family: Arial;
   font-size: 12px;
   color: #000;
   font-weight: normal;
   text-align: justify;
}


.p A:link
{
   color: #000;
   text-decoration: underline;
}

.p A:visited
{
   color: #000;
   text-decoration: underline;
}

.p A:active
{
   color: #000;
   text-decoration: none;
}

.p A:hover
{
   color : #0F49B4;
   text-decoration: none;
   background-color:#E6F0FC;
}

.h3
{
   font-family: Arial;
   font-size: 11px;
   color: #0F49B4;
   font-weight: normal;
   text-align: justify;
}


.h3 A:link
{
   color: #000;
   text-decoration: underline;
}

.h3 A:visited
{
   color: #000;
   text-decoration: underline;
}

.h3 A:active
{
   color: #000;
   text-decoration: none;
}

.h3 A:hover
{
   color : #0F49B4;
   text-decoration: none;
   background-color:#E6F0FC;
}

.h4
{
   font-family: Arial;
   font-size: 10px;
   color: #666;
   font-weight: normal;
}

.h4 A:link
{
   color : #666;
   text-decoration: underline;
}

.h4 A:visited
{
   color : #666;
   text-decoration: underline;
}

.h4 A:active
{
   color : #666;
   text-decoration: none;
}

.h4 A:hover
{
   color : #3C6CB4;
   background-color:#E9F0FF;
   text-decoration: none;
}