﻿/*main styles*/
html, form, body, table 
{
    margin:0;
    padding:0;
}

body
 {
    color:black;
    background-color:white; 
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

table 
{
    width:100%;
    font-size:1em;
}

table td 
{
    padding:0px;
    border-width:0;
    vertical-align:top;
}

div.spacer 
{
clear:both;
}

hr 
{
clear:both;
visibility:hidden;
}

a 
{
    color:#456370;
    text-decoration: none;
}

/*Netscape 4 special rules, over-ridden in standard.css*/
/*Netscape 4 disregards inheritance rules more often than not*/

td, span, a 
{
font-family: Verdana,Arial,Helvetica,sans-serif;
}

/*hide graphics and captions in Netscape 4*/
img,.photo p 
{
    display:none;
}