body
{
background-color:#F7F7F7;
font-family:Arial, Helvetica, sans-serif;
color:#0033CC;
font-size:95%;
font-weight:500; /* 400 is the same as normal, and 700 is the same as bold */
}
table,p
{
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
font-weight:500; /* 400 is the same as normal, and 700 is the same as bold */
}
hr
{
height: 1.25px;
border: 0;
color: #0F00F6;
background-color: #0F00F6;
}
.hrtoptablepartners
{
height: 1.25px;
border: 0;
color:  #013A67;
background-color: #013A67;
}
.hrtoptablepublic
{
height: 1.25px;
border: 0;
color:  #0099FF;
background-color: #0099FF;
}


a:link {color:#0033CC; font-weight: 500;}     /* unvisited link */
a:visited {font-weight: 500;}  /* visited link */
a:hover {color:#FF0000; font-weight: 500;}  /* mouse over link */
a:active {font-weight: 500;}  /* selected link */


a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */