.navpanel a
{
background-image: url("images/square2.gif");
background-position: 17%;
background-repeat: no-repeat;
display: block;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif, serif;
text-decoration: none;
color: #000;
padding: 2px;
text-align: center;
}

.navpanel a:hover
{
background-color: #456FA4;
background-image: url("images/square.gif");
background-position: 17%;
background-repeat: no-repeat;
color: #FFF;
padding: 2px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif, serif;
}


.panel
{
background-color: #FFF;
width: 160px;

}

.header
{
width: 550px;
background-color: #456FA4;
padding: 1px;
font-family: arial;
font-size: 12px;
font-weight: bold;
text-align: center;
color:#FFF;
border: 1px #000 solid;
}

.box
{
width: 550px;
background-color: #FFF;
padding: 1px;
text-align: left;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
border-bottom: 1px #000 solid;
}

.content
{
font-family: Arial;
font-size: 12px;
margin-left: 6px;
}

.footer
{
font-size: 11px;
font-family: Arial;
padding: 2px;
text-align: center;
font-weight: bold;
color:#000;
}
