body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	background-color: #f1f1f1;
}
td 
{
   font-size: .8em; 
}

a.menu 
{
	color: #025d81;
	text-decoration: none;
    font-weight: bold;
}

a.menu:hover 
{
    
    color: #3b9bfe;
	text-decoration: underline;
    font-weight: bold;
}

a.prev 
{
	color: #fff;
	text-decoration: none;
    font-size: .9em;
}

a.prev:hover 
{
    
    color: #fff;
	text-decoration: underline;
    font-size: .9em;
}

.digits 
{
  color: #025d81;  
}



/* Footer */

#footer
{
	z-index: 1;
	border-top: solid 1px #000;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 1em 0.2em;
	text-align: left;
    width:100%;
    font-weight: bold;
}

.table 
{
    margin: 0em 0em 1em 0.2em;
}
@media print {
    #print_icon{
        display:none;        
    }
}

.menu_header {
    font-size: 12pt;
    font-weight: bold;
}
#print_link {
   font-size: 0.9em; 
}

.border_table {
    border: solid 1px #000;
}

.td_color {
    border-color: #000;
}