/* main body text */
td,body {
font-family: verdana,arial;
font-size: 13px;
}
/* footer text */
span.footer {
font-size: 10px;
}
/* top right text */
span.topMenu {
font-size: 10px;
color: #ffffff;
}
/* top right links */
a.topMenu {
color: #ffffff;
text-decoration:none;
}
/* top right links hover */
a.topMenu:hover {
color:#ffffff;
text-decoration:underline;
}
/* normal page links */
a {
color:#000099;
}
/* normal page links hover*/
a:hover {
color:#006666;
text-decoration:none;
}
/* text boxes */
.input {
font-size: 11px;
font-family: arial;
}
/* form buttons */
.button {
background-color: #66ccff;
border-color: #000000;
border-width: 1px;
color: black;
font-size: 11px;
}
/* text headers */
span.topLevel {
font-family: arial;
font-weight: bold;
}
/* page headers */
span.pageHeader {
font-family: arial;
font-weight: bold;
font-size: 20px;
color:#A3AC8B;
}
td.headline {
font-size: 11px;
}