.navbox
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    border-left: #999999 1px solid;
    width: 185px;
    color: #99cccc;
    line-height: 20px;
    border-bottom: #999999 1px solid;
    font-family: Verdana;
    position: relative;
    height: 20px;
    background-color: #ffffff;
    text-decoration: none
}

.nav
{
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    text-align: left;
    text-decoration: none
}

A.nav:link
{
    font-weight: bold;
    color: #FF9900;
    text-decoration: none
}

A.nav:active
{
    font-weight: bold;
    color: #FF9900;
    text-decoration: none
}

A.nav:visited
{
    font-weight: bold;
    color: #FF9900;
    text-decoration: none
}

A.nav:hover
{
    font-weight: bold;
    color: #cccccc;
    text-decoration: none
}

.copy 
{
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 13px;
}

.copysm 
{
	font-family: verdana, sans-serif;
	font-size: 10px;
}