.post_title, .post_date {
	border-bottom: 1px solid #3C0000;
}

.post_title {
        font-weight:bold;
	font-size: 16px;
	color: #B30000;
        padding:30px 0px 0px 0px;
        text-decoration: none;
}

.post_title a {
	font-size: 16px;
        padding:6px 0px 6px 0px;	
        color: #B30000;
        font-weight:bold;
        text-decoration: none;
}

.post_title a:hover {
	font-size: 16px;
	color: #3C0000;
        padding:6px 0px 6px 0px;
        font-weight:bold;
        text-decoration: underline;
}



.post_date {
        font-size: 13px;
	text-align: right;
	font-weight: bold;
        color: #3C0000;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}


.post_short a{
	color: #3C0000;
        font-size: 12px;
}


.post_short a:hover {
        color: #B30000;
        font-size: 12px;
}


.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

