/** ADOPTED From CertHub-Index.css **/
/** BEGIN -- New Stuff             **/

.text        { 
             text-align: justified;
}

/** END   -- New Stuff            **/
/** BEGIN -- CertHub-Index.css    **/

a:link       {
             color:#0000FF;
             text-decoration:underline;
}
a:hover      {
             color:#0000FF;
             text-decoration:none;
             font-weight:bold;
}
a:active     {
             color:#CC0000;
             text-decoration:none;
}
a:visited    {
             color:#000080;
             text-decoration:underline;
}
body         {
             scrollbar-arrow-color: #000000;
             scrollbar-3dlight-color: #FFFFFF;
             scrollbar-highlight-color: #000000;
             scrollbar-face-color: #FFFFFF;
             scrollbar-shadow-color: #FFFFFF;
             scrollbar-darkshadow-color: #000000;
             scrollbar-track-color: #FFFFFF;
}
td           {
             font-family:Arial,sans-serif;
             font-size:12px
}
.small       {
             font-size:11px;
}
.smaller     {
             font-size:10px;
}
.AN          {
             font-size:13px;
             font-family:'Arial Narrow';                  
}
td.five      {
             padding-right:5;
             padding-left:5;
             padding-top:5;
             padding-bottom:5;
             border:3px solid #000000;            
}
img.floatLeft  { 
               float: left; 
               margin-right: 5px; 
               margin-bottom: 2px; 
}
img.floatRight { 
               float: right; 
               margin: 5px; 
} 
a.ft:link      {
               color:#0000FF;
               text-decoration:underline;                       
}
a.ft:hover     {
               color:#0000FF;
               text-decoration:none;
               font-weight:bold;                       
}
a.ft:active    {
               color:#CC0000;
               text-decoration:none;                     
}
a.ft:visited   {
               color:#0000FF;
               text-decoration:underline;
}
/** END -- CertHub-Index.css     **/
