body, td, div {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: justify;
}

a {
 color: #5998C8; font-weight: bold; text-decoration: underline;
}

a:hover {
 color: #000000;
}

hr {
color: #5998C8;
}

.footer {
 font-size: 9px;
 font-weight: normal;
 color: #707070;
}

a.footer {
 font-size: 9px;
 font-weight: normal;
 color: #5998C8; 
}

.testimonials {
 color: #990000;
}

.PageTitle {
 font-size: 26px;
 font-weight: bold;
 color: #000000;
 margin-left: 70;
 margin-right: 70;
 margin-top: 5;
 margin-bottom: 5;
 font-style: italic;
}

.copyright {
 font-size: 11px;
 font-weight: bold;
 color: #FFFFFF;
}

td.cell_button {
 h: expression(onmouseover=new Function("this.className = 'highlight';"));
 background-color: #5998C8;
 height: 25;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 border-right: 1px #FFFFFF solid;
 cursor: pointer;
}
td.cell_button:hover, .highlight {
 h: expression(onmouseout=new Function("this.className = 'cell_button';"));
 background-color: #FFC726;
 height: 25;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-align: center;
 border-right: 1px #FFFFFF solid;
 cursor: pointer;
}

td.cell_button_on {
 h: expression(onmouseover=new Function("this.className = 'highlight_on';"));
 background-color: #FFC726;
 height: 25;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-align: center;
 border-right: 1px #FFFFFF solid;
 cursor: pointer;
}
td.cell_button_on:hover, .highlight_on {
 h: expression(onmouseout=new Function("this.className = 'cell_button_on';"));
 background-color: #5998C8;
 height: 25;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 border-right: 1px #FFFFFF solid;
 cursor: pointer;
}