/* CSS Document */
/*blue default theme*/
html, body {
}

A.typea:link {color:#FFFFFF; text-decoration:none;}
A.typea:visited {color:#CCCCCC; text-decoration:none;}
A.typea:hover {color:#FF9900; text-decoration:underline;}
A.typea:active {color:#FFFFFF; text-decoration:underline;}

#nav-bar{
background:#6699CC url(../images/navbar.gif) repeat-x;
color:#FFFFFF;
border-bottom:#006699 thin solid;
}

#footer{
background:#6699CC url(../images/navfooter.gif) repeat-x;
color:#CCCCCC;
border-top:#99CCFF thin solid;
}