/* CSS Document */

table.tblNav {
background-color:#99CCCC;
/*/*/border: 1px solid #003366;/**/
}
td.tdNavCurrent {
background-color:#669999;
color:#003366;
font-size:12px;
}
a:link { color:#003366; text-decoration:underline}
a:visited { color:#003366; text-decoration:underline}
a:hover { color:#990000; text-decoration:underline}
a:active { color:#003366; text-decoration:underline}
a.picked:link { color:#000000; text-decoration:underline}
a.picked:visited { color:#000000; text-decoration:underline}
a.picked:hover { color:#990000; text-decoration:underline}
a.picked:active { color:#000000; text-decoration:underline}
a.j:link { color:#333333; text-decoration:underline}
a.j:visited { color:#333333; text-decoration:underline}
a.j:hover { color:#ffcc33; text-decoration:underline}
a.j:active { color:#333333; text-decoration:underline}
a.e:link { color:#333333; text-decoration:underline}
a.e:visited { color:#333333; text-decoration:underline}
a.e:hover { color:#ffcc33; text-decoration:underline}
a.e:active { color:#333333; text-decoration:underline}
table.tblBg {
background-color:#003366;
}
h3.phone {
color:#ffffff;
}
td {
font-family:Arial, Helvetica, sans-serif;
color:#003366;
font-size:12px;
}
table.tblHeader {
background-color:#669999;
}
table.tblHeaderText {
color:#003366;
}
table.tblWhite {
background-color:#ffffff;
}
table.tblContent td {
font-family:Arial, Helvetica, sans-serif;
color:#003366;
font-size:12px;
}


