<!--
/****************
* Link Defaults *
****************/
a {
color: #ad4639;
text-decoration: none;
font-family: Verdana;
font-size: 10pt;
}
a:hover {
text-decoration: underline;
}
.sidenav {
color: #000000;
text-decoration: none;
font-family: Verdana
font-size: 14pt;
font-weight: bold;
position: relative;
left: 35px;
}
.bottomnav {
color: #405d7b;
text-decoration: none;
font-family: Verdana;
font-size: 8pt;
}


/***************
* Body Overall *
****************/
body {
background-color: #405d7b;
font-family: Verdana;
font-size: 10pt;
}
td {
background-color: #fafafa;
font-family: Verdana;
font-size: 10pt;
}
td.bar {
background-color: #ad4639;
}
td.hidden {
background-color: #405d7b;
}

/*****************
* Paragraph Text *
*****************/
div.content_title {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: #fafafa;
}

/****************
* Color Changes *
****************/
#white {
background-color: #fafafa;
}
-->