div.sign
    {
    color:black;
    float:right;
    text-decoration:none;
    font-size:20px;
    font-family:arial black;
    margin-right:100px;
    margin-top:2px;
    }    
    
div.laska
    {
    
    margin-top:42px;
    margin-right:10px;
    text-align:right;
    text-decoration:none;
    font-size:15px;
    font-family:arial;
    }

div.top
    {
    background:url(meridian.jpg);
    background-repeat:no-repeat;
    background-color:#9bbefc;
    float:left;
    width:882px;
    height:64px;
    border-bottom:solid 1px gray;
    }
div.all
    {
    width:885px;
    height:auto;
    border: none;
    margin-left:auto;
    margin-right:auto;    
    }

div.header
    {
    font-size:10px;
    float:left;
    text-align:left;
    width:882px;
    height:24px;
    border-bottom: solid 1px gray;
    
    }

div.title
    {
    float:left;
    text-align:center;
    height:14px;
    border:none;
    line-height:21px;
    font-size:10px;
    
    }

div.border
    {
    font-size:10px;
    width:882px;
    height:auto;
    border:solid 1px black;
    float:left;
    background:white;
    }

div.rowframe
    {
    float:left;
    text-align:left;
    width:882px;
    height:14px;
    }

div:hover.rowframe
    {
    background:#f3faff;
    color:red;
    
    }

div.row
    {
    float:left;
    text-align:left;
    height:14px;
    font-family:arial;
    }
a 	
    {
    text-decoration:none;
    }

a:hover
    {
    text-decoration:none;
    color: red;
    }    
a:visited
    {
    text-decoration:none;
    color:blue;
    }
a:visited:hover
    {
    text-decoration:none;
    color: red;
    }

body
    {
    background:white;
    font-family:arial;
    }    

div.iecrap
    {
    float:left;
    text-align:left;
    height:14px;
    font-family:arial;
    width:420px;
    border-right:solid 1px lightblue;
    padding-left:2px;
    }