/*  News */

.newsDate {
	font-size: 12px;
	color: #000099;
    border-bottom	: 1px dashed #dddddd;
}

.newsDesc {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
    border-bottom	: 1px dashed #dddddd;
	padding-left: 10px;
}

.upper_PageNum {
	font-size: 12px;
    border-bottom	: 1px dashed #dddddd;
	background-color : #f8f8f8;
}

.lower_PageNum {
	font-size: 12px;
	background-color : #f8f8f8;
}

.gray {
	color: #cccccc;
}


.upper_PageNum a, .lower_PageNum a {
    text-decoration  : underline;
}

