a 
    {
    text-decoration: none;
    color: #119933;
    font-size: 100%;
    font-style: normal;
    font-family: fixed, tahoma, verdana, arial, serif;
    }

a:hover	{
	color: #000000;
	}

p 
    {
    text-align: center;
    font-size: 18pt;
    }

div.head
    {
    text-align: center;
    height: 18px;
    font-family: fixed,arial,times;
    font-size: 14px;
    color: green;
    border-bottom: double 4px black;
    }

div.tp_cell
    {
    text-align: center;
    font-family: fixed,arial,times;
    font-size: 14px;
    color: #000000;
    }

div.lf_cell
    {
    text-align: center;
    font-family: fixed,arial,times;
    font-size: 14px;
    color: #006f22;
    }

#foot 
    {
    width: 998px;
    background: #f1efdb; 
    border: 2px solid #888888;
    padding-right: 12px;
    text-align: right;
    }

div.foot 
    {
    color: green;
    text-align: right;
    }

img
    {
    border: dashed #fafd06 1px;
    }
	    
img.inner
    {
    border: 0px;
    }


.sq
    {
    border: 1px solid #000000;
    }    

.sq:hover
    {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    }

td.c_top
    {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    }

td.c_left
    {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #000000;
    }

td.c_bot
    {
    border-top: solid 1px #000000;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    }

body
    {
    background: #cfddea;
    font-size:	10pt;
    }

#bunn 
    {
    background: transparent;
    width: 998px;
    border: 0px solid transparent;
    text-align: center;
    }

#link 
    {
    font-famoly: arial,times;
    font-size: 16px;
    }

#bunnfuck
    {
    display: none;
    visibility: hidden;
    }    

.acell
    {
    text-decoration: none;
    color: #fd0a2c;
    font-size: 12pt;
    font-family: fixed, tahoma, verdana, arial, serif;
    }

.cell
    {
    border:    1px solid #0aacf8;
    background: #abbed2;
    height: 28px;
    font-size: 12pt;
    }
	
.cell:hover
    {
    border: 1px solid #ffffff;
    background: #cccccc;
    }
				
.hlcell
    {
    border: 1px solid white;
    background: transparent;
    }
							    
