
body {
font-size: 12px;
color: #000000;
font-family: Arial;
}

td {
font-size: 12px;
color: #000000;
font-family: Arial;
}

td.small {
font-size: 11px;
color: #000000;
font-family: Arial;

}

td.small-bold {
font-size: 11px;
color: #000000;
font-family: Arial;
font-weight: bold;
}

a:link {
font-size: 12px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a:active {
font-size: 12px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #ff3300;
text-decoration: none; 
font-family: Arial;
}


a.big-link:link {
font-size: 16px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.big-link:visited {
font-size: 16px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.big-link:active {
font-size: 16px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.big-link:hover {
font-size: 16px;
color: #ff3300;
text-decoration: none; 
font-family: Arial;
}


a.small-link:link {
font-size: 11px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.small-link:visited {
font-size: 11px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.small-link:active {
font-size: 11px;
color: #993333;
font-family: Arial;
text-decoration: none;
}
a.small-link:hover {
font-size: 11px;
color: #ff3300;
text-decoration: none; 
font-family: Arial;
}

.bold-warning {
color:red;
font-size: 14px;
font-weight: bold;
} 