/* CSS Document */

#newsColumContainer P.header {
	font-size: 14px;
	color: #1366a0;
	padding-bottom: 26px;
}

#newsColumContainer P.newsDate {
	font-size: 11px;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 16px;
	background-image: url(../images/arrow_blue_middle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}

#newsColumContainer P.newsTitle {
	font-size: 11px;
	color: #1366a0;
	padding-bottom: 7px;
	line-height: 15px;
	font-weight: normal;
}

#newsColumContainer P.newsText {
	color: #1366a0;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;
}

/*
	news list
*/

#newsListTable {
	width: 100%;
	border-top: 1px solid #cedcef;
}

#newsListTable TD {
	border-bottom: 1px solid #cedcef;
	padding-bottom: 3px;
	padding-top: 3px;
}

#newsListTable TD.date {
	width: 60px;
	color: #6699cc;
}

#newsListTable TD.title {
	background-image: url(../images/arrow_blue_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}





 

