/* CSS Document */

a.menu:link,a.menu:active,a.menu:visited
  {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
text-transform: uppercase;
display:block;
padding:18px 0px 18px 0px;
}
a.menu:hover{color:#0F658B; background: url(images/btn_over2.gif)}
.more
{
font-family: Verdana;
font-size:12px;
color:#0A1E63;
font-weight:bold;
text-decoration: none;
}
a.more:hover
{
font-family: Verdana;
font-size:12px;
color: #333333;
font-weight:bold;
text-decoration: underline;
}
.link
{
font-family: Verdana;
font-size:12px;
color:#B80403;
font-weight:bold;
line-height: 20px;
text-decoration: none;
}
a.link:hover
{
font-family: Verdana;
font-size:12px;
color: #333333;
font-weight:bold;
line-height: 20px;
text-decoration: underline;
}
.text{
font-family: Verdana;
font-size:12px;
line-height:18px;
color:#333333;
font-weight:normal;
text-align: justify;
}