
table {
width: 600px;
}

body {
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
background-image: url(navigation/background.gif);
margin-left: 100px;
margin-top: 20px;
}

a:link {
color: #0066FF;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: #FF6600;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #0066FF;
background-color: #EDEEFF;
text-decoration: none;
}

a:active {
color: #FF6600;
background-color: transparent;
text-decoration: none;
}

.bighead { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 18px; 
font-style: normal; 
font-weight: normal; 
color: #006699;
line-height: 22px;
}

.smallhead { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 13px; 
font-style: bold; 
font-weight: bold;
color: #FF5919;
line-height: 14px;
}

.textbasic { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 12px; 
font-style: normal; 
font-weight: normal;
line-height: 16px;
}

.textbold { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 12px; 
font-style: normal; 
font-weight: bold;
line-height: 16px;
}

.textiny { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 9px; 
font-style: normal; 
font-weight: normal; 
letter-spacing: .05em;
line-height: 10px;
}

.textinybold { 
font-family: "Verdana", "Geneva", "Helvetica", "sans-serif"; 
font-size: 10px; 
font-style: normal; 
font-weight: bold;
letter-spacing: 1px;
line-height: 11px;
}


