
@charset "UTF-8";
/* CSS Document */

.barBox {
background-image:url(../img/boxBar.gif);
width:393px;
height:31px;
line-height:31px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#00405C;
padding-left:5px;
}

.textBox {
background-image:url(../img/boxBack.jpg);
width:388px;
background-repeat:repeat-x;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
padding:5px;
}

.textBoxIE {
background-image:url(../img/boxBack.jpg);
width:393px;
background-repeat:repeat-x;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
padding:5px;
}

.textBox a{
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
font-size:12px;
font-weight:bold;
/*float:left;*/
margin:7px 7px 0 0;
color:#418D91;

}

.textBoxLinks{
clear:both;
}