/* CSS Document */

.caps {
text-transform:uppercase;
}

input.btn {
color:#FF6600;
background-color:#FFFFFF;
font-family: verdana;
font-size: 10px;
width: 210px;
border:1px solid;
margin-bottom: 0;
display: inline;
}

p {
font-family: verdana;
font-size: 12px;
letter-spacing: .4em;
}

.tdrust {
font-family: verdana;
font-size: 11px;
color: "white";
background-color: "#FF9933";
text-decoration: "none";
}

.tdyellow {
font-family: verdana;
font-size: 11px;
color: "#FF6633";
background-color: "#FFFF99";
text-decoration: "none";
}

.tdgreen {
font-family: verdana;
font-size: 11px;
color: "white";
background-color: "#99CC66";
text-decoration: "none";
}

.tdbrown {
font-family: verdana;
font-size: 11px;
color: "white";
background-color: "#CC9966";
text-decoration: "none";
}

.normal {
font-family: verdana;
font-size: 11px;
color: "black";
background-color: "#FFFFFF";
text-decoration: "none";
}

.small {
font-family: verdana;
font-size: 10px;
color: "black";
background-color: "#FFFFFF";
text-decoration: "none";
}

.grey {
font-family: verdana;
font-size: 11px;
color: "black";
background-color: "#CCCCCC";
text-decoration: "none";
}

.table {
font-family: verdana;
font-size: 10px;
color: "white";
background-color: "#660000";
text-decoration: "none";
}

.table2 {
font-family: verdana;
font-size: 10px;
color: "#660000";
background-color: "#FFFFFF";
text-decoration: "none";
}


.plainwhite {
font-family: verdana;
font-size: 10px;
color: "white";
text-decoration: "none";
}

.footer {
font-family: verdana;
font-size: 10px;
color: "#999999";
background-color: "white";
text-decoration: "none";
text-align: center;
}

.tdfooter {
font-family: verdana;
font-size: 9px;
color: "black";
background-color: "white";
text-decoration: "none";
text-align: center;
}

.tdtext {
font-family: verdana;
font-size: 11px;
color: "660000";
background-color: "#CCCCCC";
text-decoration: "none";
valign: "top";
}

a.external:visited {
color: "#99CC66";
}

a.external:hover {
color: "#FF9966";
text-decoration: none;
}



<!--
A:link {
color: navy;
}
-->
A:active {
color: "red";
text-decoration: none;
}

A:visited {
color: "navy";
}

A:hover {
color: "black";
text-decoration: none;
}


