/* CSS Document */
TD
{
font-family: Arial;
font-size: 12pt;
color:#000000;
}

.Nav
{
font-family: Arial;
font-size: 14pt;
color:#000000;
}

a:link {color: #252567; text-decoration:none}     /* unvisited link */
a:visited {color: #252567; text-decoration:none}  /* visited link */
a:hover {color: #252567; text-decoration:underline}   /* mouse over link */
a:active {color: #252567; text-decoration:none}   /* selected link */

div#cd
{
background-color:#FFFFFF;
width:596 px;
height:500 px;
overflow: auto
}