﻿a:link {
	color: #800000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

.taptable
{
border:1px solid black;
font-family:Arial;
font-size:10pt;
background:#B5E4F6;
color:black
}

.taptable TH
{
border:1px solid black; 
font-size:10pt;
font-weight:bold;
background:#8EDB8B;
color:black
}

.taptable TD
{
	border: 1px solid gray;
	font-size: 9pt;
	padding-left: 4px;
	padding-right: 6px;
	text-align: center;
	width: 7%;
	white-space: nowrap;
}

.catltable
{
font-family:Arial;
font-size:10pt;
color:black
}
.copyright {
	font-family: "Arial Narrow";
	font-size: small;
	text-align: center;
}
.topmenu {
	border: thin solid #FF9933;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #800000;
	background-color: #FF9933;
	text-align: center;
}
