<style type="text/css">

<!--

a:visited{color:navy; font-style:regular;}
a:hover{color:#FF0000; font-weight:bold;}


div.box { border: solid; border-width: thin; width: 100% }



OL{list-style:NUMBER}
UL{list-style:DISK}
-->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}





</style>