/* CSS Document */

.content
{
color:#382e13;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding-top:10px;
text-align:justify;
}

.bold
{
font-size:14px;
font-weight:bold;
color:#89181a;
}


a 
{
color:#990000;
text-decoration:none;
font-weight:bold;
}

a:hover 
{
color:#e2181c;
text-decoration:underline;
}

.nl a
{
font-family:Arial, Helvetica, sans-serif; 
font-size:18px; 
font-weight:bold; 
color:#ffffff; 
text-decoration:none; 
text-transform:uppercase;
}

.nl:hover
{
width:306px;
height:47px;
background-image:url(../images/nl_bg2.png);
}

#buttons
{
margin:0px;
padding:0px;
list-style:none;
width:560px;
height:80px;

}

#buttons li
{
margin:0px;
padding:0px;
list-style:none;
width:180px;
height:80px;
float:left;
text-align:center;
}

#buttons li a
{
display:block;
width:180px;
height:40px;
background:url(../images/button.png) top left no-repeat;
padding-top:20px;
padding-bottom:20px;
color:#ffffff;
font-size:16px;
line-height:20px;
}

#buttons li a:hover
{
background-position:0 -80px;
text-decoration:none;
}

#buttons li.midButton
{
margin-left:10px;
margin-right:10px;
}
