/* General-purpose CSS style sheet */
BODY
{
   font-family: Arial,Sans-Serif;
   font-size: 11pt;
   margin-bottom: 1pt;
   margin-left: 1pt;
   margin-right: 1pt;
   margin-top: 1pt;
   text-align: justify;
   background-color: #FFFFFF;
   color: #000000;
}

TD,TH
{
   color: #000000;
   font-family: Arial,Sans-Serif;
   font-size: 11pt;
}

TD.none
{
   color: #000000;
   font-family: Arial,Sans-Serif;
   font-size: 11pt;
}

TD.colHdr
{
   color: #0000CC;
   font-family: Arial, Sans-Serif;
   font-size: 12pt;
   font-weight: bold;
}

TD.msgInfo
{
   color: #0000CC;
   font-family: Arial, Sans-Serif;
   font-size: 11pt;
   font-weight: bold;
}

TD.backColor
{
   background-color: #0000CC;
}

A
{
   font-family: Arial,Sans-Serif;
   font-size: 10pt;
   font-weight: bold;
   color: #0000CC;
   text-decoration: underline;
}
A:active 
{
   color: #0000CC;
}

A:link
{
   color: #0000CC;
}

A:visited
{
   color: #0000CC;
   font-weight: bold;
}

A:active
{
   color: #0000CC;
}

A:hover
{
   color: #0000FF;
   text-decoration : underline;
}
