@charset "utf-8";
/* CSS Document */

#firstnewsbox {
position:relative;
display:block;
height:100%;
width:100%;
overflow:hidden;
}
#firstnewstitle {
position:absolute;
top:0px;
left:0px;
height:262px;
width:100%;
font-family:Arial Black, Gadget, sans-serif;
font-size:30px;
background:url(front-image-overlay.png) no-repeat;
}
#firstnewstitle a, #firstnewstitle a:visited {
display:block;
height:100%;
width:100%;
padding-left:10px;
text-decoration:none;
color:#FFFFFF;
}
#firstnewstitle a:hover, #firstnewstitle a:active {
color:#3399CC;
}
#firstnewsbrief {
position:absolute;
bottom:0px;
left:0px;
padding:5px;
background-color:#000022;
color:#FFFFFF;
height:38px;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
overflow:hidden;
}
#firstnewsbrief a, #firstnewsbrief a:visited {
color:#3399CC;
}
#firstnewsbrief a:hover, #firstnewsbrief a:active {
color:#FFFFFF;
}