
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #9EA095;
}

A {TEXT-DECORATION: none; color:#000000;};
A:hover {TEXT-DECORATION: underline; color:#000000;};

input.button         
{
                font-family: Tahoma;
                font-size: 12px;
                color: #cccccc;
                background-color: #4D4E4D;	
		border-style: solid; 
		border-width: 1;
}

TD
{
    FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif; 
    FONT-SIZE:   12px; 
    COLOR:       #000000;
} 

input
{
    font-family: Tahoma, Arial;
    color: #000000;
    background-color: #cccccc;	
		border-style: solid; 
		border-width: 1;
		border-color: #000000;	
}


                











