<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .defaultTable
{
    padding-top:70px;
    width:100%;
    }
.defaultTable td
{
    vertical-align:top;   
   
   
    padding-left:24px;
    padding-right:24px;
    }
    
    
    .buttontable
    {
        
        background-color: #D2D2D2;
         width:192px;
         height:150px;
         -moz-border-radius: 28px/26px;
border-radius: 28px/26px;
margin-top:12px;
-webkit-box-shadow: 3px 3px 5px 1px #ABABAB;
-moz-box-shadow: 3px 3px 1px 5px #ABABAB;
	        box-shadow: 3px 3px 5px 1px #ABABAB;
        }
        .buttontable td
    {
        vertical-align:middle;
        
        }
        
        .buttontable:hover
    {
        background-color: #E1DFDF;
    }


.url:link {color:#eb6327;
                text-decoration:none;
                font-weight:bold;
                font-family:Helvetica,Arial, sans-serif;
                }      /* unvisited link */
.url:visited {color:#eb6327;
           text-decoration:none;
           font-weight:bold;
           font-family:Helvetica,Arial, sans-serif;
           }  /* visited link */
.url:hover {color:#eb6327;
         text-decoration:none;
         font-weight:bold;
         font-family:Helvetica,Arial, sans-serif;
         }  /* mouse over link */
.url:active {color:#eb6327;
          text-decoration:none;
          font-weight:bold;
          font-family:Helvetica,Arial, sans-serif;
          }  /* selected link */ 

.current

{color:#818285;
           text-decoration:none;
           font-weight:bold;
           font-family:Helvetica,Arial, sans-serif;
           }    

</pre></body></html>