
newsTitleLine{
	font-weight: bold;	
}

newsTitleLine a, newsTitleLine a:hover{
	font: bold 14px Verdana;
	color:#0eb8e9;
	text-decoration:none;
}

.pages_list a, .pages_list a:hover{
    color:#000;
    margin-right:10px;
    margin-left:5px;    
    text-decoration:none;
}
.current_page{    
    color:#fff !important;    
}


.notCurPage{
    width:20px;
    height:20px;    
    float:left;    
    background-color:#fff;    
    margin-top:10px;
}

.curPage{
    width:20px;
    height:20px;    
    float:left;    
    background-color:#78d2ea;    
    margin-top:10px;
}

.prev_next{    
    float:left;    
    margin-top:10px; 
}

 .prev_next a {        
    font:italic 13px Verdana !important;    
}
