body {
        background: #ffffff;
        margin-left: 20px;
        margin-top: 20px;
           
}

.ace {
	font-family: tahoma, verdana;
	font-size: 18pt;
	color: #333333;
	text-decoration: none;
	text-align: center;
             letter-spacing: 15px;
             background: #eeeeee;
        border-bottom: thin solid #333333;
       
}


.borders {
             border-top: thin solid #333333;
             border-bottom: thin solid #333333;
             border-right: thin solid #333333;
             border-left: thin solid #333333;
             background: #eeeeee;
             width: 85%
}

.toplist {
             background: #71706E;
             color: #eeeeee;
             font-size: 11pt;
             text-decoration: none;
             width: 100px;
             text-align: left;
             font-family: tahoma, verdana;
}

.topitem {
             color: #eeeeee;
             font-size: 11pt;
             text-decoration: none;
             text-align: left;
             font-family: tahoma, verdana;
}

.subitem {
 	   font-family: tahoma, verdana;
	   text-decoration: none;
             letter-spacing: 2px;
	   text-align: center;
           font-size: 8pt;
	   color: #333333;
}


a {
	text-decoration: none;
        color: #333333;
        
}

a:hover {
	text-decoration: overline underline;
            
}

a.contlink:hover {
	           text-decoration: underline;
                   color: #aaaaaa;
            
}

.content {
 	   font-family: tahoma, verdana;
	   font-size: 9pt;
	   color: #333333;
	   text-decoration: none;
           text-align: justify;
             
             
}

.contlink {
 	   font-family: tahoma, verdana;
	   font-size: 9pt;
	   color: #333333;
	   text-decoration: underline;
           text-align: justify;
          
}

.cell {
 	   font-family: tahoma, verdana;
	   font-size: 9pt;
	   color: #333333;
	   text-decoration: none;
             border-top: thin solid #333333;
             border-right: thin solid #333333;
             
             
}

.flatbox {
             BORDER-RIGHT: black 1px solid;
             BORDER-left: black 1px solid;
             BORDER-top: black 1px solid;
             BORDER-bottom: black 1px solid;
             border-color: #000000;
             background: #ffffff;
             font-size: 9pt;
             font-family: tahoma, verdana;
             font-color: #000000;
             overflow: hidden;
             padding-left: 5px;
           
}