@charset "utf-8";
/* CSS Document */

.news_box {
width: 580px;
height: auto;
font-family:Arial;
font-size:12px;
color:#CCCCCC;
background-color:#;
position:relative;
margin-bottom:1px;
padding:10px;
float:none;
border-width: 1px;
border-style: solid;
border-color: #3B3B3B;
}

.news_box:hover {
background-color:#222222;

}

.news_title {
color:#FFD500;
font-family:Arial;
font-size:16px;
font-weight:bold;
font-style:normal;
}

.news_date {
color:#FAB908;
font-family:Arial;
font-size:12px;
font-weight:bold;
font-style:italic;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 580px;
text-align: center;
color:#CCCCCC;
background-color:#;
position:relative;
margin-bottom:1px;
padding:10px;
float:none;
border-width: 1px;
border-style: solid;
border-color: #3B3B3B;
}
