/* CSS File Server */

body
    {
    font-family: Tahoma;
    background-color: #FFFFFF;
    }

hr
    {
    height: 3px;
    width: 100%;
    color: #AAAAAA;
    }


table
    {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 80%;
    width: 100%;
    }


    
table a
    {
    font-family: Tahoma;
    color: #0000AA;
    text-decoration: none;

    }

table a:active
    {
    font-family: Tahoma;
    color: #DD0000;
    text-decoration: underline;

    }

table a:hover
    {
    font-family: Tahoma;
    color: #DD0000;
    text-decoration: underline;
 
    }

.logo
		{
		border: 0px solid #FFFFFF;
		border-collapse:collapse;
		width:90px;
		}
		
.loghi_w3c
		{
		border: 0px solid #FFFFFF;
		border-collapse:collapse;
		height:15px;
		}
