@charset "utf-8";
.data {
	font-size: 11px;
	color: #CC0000;
		background-image: url(../images/dt.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	height: 413px;
}

body {
	background-image: url(../images/body-bkg.jpg);
	background-repeat: repeat-x;
}

#information {
	background-image: url(../images/info-bkg.png);
	background-repeat: no-repeat;
	padding-left: 130px;
	width: 720px;
	padding-top: 25px;
	padding-bottom: 20px;
}
.section {
	padding-top: 20px;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}
#news-list li {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

