h1 { color: black }
h2 { color: black }
a { color: black; text-decoration: none }
a.tiny { font-family: arial; font-size: 65%; text-align: center }
a.footer1 { color: darkgreen; font-family: arial; font-size: 100%; text-decoration: underline }
table { border-style: none; font-family: arial; font-size: 11pt; font-weight: normal}
tr { border-style: none }
tr.results { background-color: #2080C0; color: white; text-align: center; font-weight: bold }
td { border-style: none vertical-align: top}
td.results_head { text-align: center }
td.menu { border-right-style: inset }
td.footer { font-family: arial; font-size: 65%; text-align: center }
hr { color: blue; size: 50% }
img { border-style:  none }

#buttons { padding: 0 0 0 0; margin: 0; width: 0; }
#buttons li { list-style: none; padding: 0 0 3px 0; margin: 0; }

.home { 
background-image: url(/pictures/button_home_depressed.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
}

.home a {
background-image: url(/pictures/button_home_normal.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
display: block;
}

.home a:hover {
background: none;
}

.result { 
background-image: url(/pictures/button_results_depressed.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
}

.result a {
background-image: url(/pictures/button_results_normal.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
display: block;
}

.result a:hover {
background: none;
}

.contact { 
background-image: url(/pictures/button_contact_depressed.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
}

.contact a {
background-image: url(/pictures/button_contact_normal.bmp);
background-repeat: no-repeat;
height: 25px;
width: 95px;
display: block;
}

.contact a:hover {
background: none;
}
