/* CSS Document */

.top {
	display: block;
	position: fixed;
	width: 774px;
	height: 12px;
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-top: 102px;
}

html > body .top {
	position: relative;
	margin-top: 100px;
}

.top ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.top li {
	display: inline;
	padding: 0px 5px 0px 5px;
	list-style: none;
	color: #036;
	border-right: 1px solid #036;
	font-weight: 100;
}

.top li.last {
	border-right: none;
}

.top li a {
	color: #003366;
	text-decoration: none;
}

.top li a:link {
	color: #003366;
	text-decoration: none;
}

.top li a:active {
	color: #003366;
	text-decoration: none;
}

.top li a:visited {
	color: #003366;
	text-decoration: none;
}

.top li a:hover {
	color: #F60;
}

.date {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 1px;
	margin-top: -1px;
	text-align: left;
	font-weight: bold;
	color: #F60;
}

html > body .date {
	margin-bottom: -13px;
}


.groupList {
	border-bottom: 1px dashed #999;
	padding: 5px 0px 5px 0px;
}

.liner-top {
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

.liner-bottom {
	margin: 0px;
	padding: 0px 15px 5px 15px;
}

html > body .liner-bottom {
	padding-top: 15px;
}

.MoreGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
}