/* CSS Document */
td {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #cccccc;
text-decoration: none;
}
a:link {
color: #cccccc;
text-decoration: none;
}
a:active {
color: #0099fF;
text-decoration: none;
}

.class1 A:link {
color: #cccccc;
text-decoration: none;
font-weight: bold;}
.class1 A:visited {
color: #cccccc;
text-decoration: none;
font-weight: bold;}
.class1 A:active {
color: #0099fF;
text-decoration: none;
font-weight: bold;}
.class1 A:hover {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.class2 A:link {
color: #336666;
text-decoration: underline;
font-weight: bold;}
.class2 A:visited {
color: #336666;
text-decoration: underline;
font-weight: bold;}
.class2 A:active {
color: #336666;
text-decoration: underline;
font-weight: bold;}
.class2 A:hover {
color: #0099ff;
text-decoration: none;
font-weight: bold;
}




/*All CSS styles titled black have been changed from black (000000) to turquoise (336666)*/