dt{
	text-align: left;
	padding-bottom: 2px;
	background-image: url(../index/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	font-weight: bold;
}
dd{
	text-align: left;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#indexWhats dd a {
	text-decoration: underline;
}

#whatsNewlist {
}
#whatsNewlist dt {
	text-align: left;
	padding-bottom: 2px;
	background-image: url(../index/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	margin-right: 10px;
	font-weight: bold;
}
#whatsNewlist dd {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#whatsNewlist dd a {
	text-decoration: underline;
}
#whatsNewdet {
}
#whatsNewdet dd a {
	text-decoration: underline;
}
#whatsNewdet dt {
	text-align: left;
	padding-bottom: 2px;
	background-image: url(../index/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#whatsNewdet dd {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
}

.page-sent {
	display: inline-block;
	width: 90%;
}

	.page-sent ul {
		float: right;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		padding: 0 1px 0 1px;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 80%;
		text-decoration: none;
		background-color: #fff;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #56cef3;
		padding: 0 3px 0 3px;
		font-size: 80%;
		font-weight: bold;
		color: #fff;
		background-color: #56cef3;
	}
	
	.page-sent li a:hover {
	color: #56cef3;
	background-color: #07449d;
	}
	
	.page-sent li.prev a {
		border: 0;
		padding: 0 10px 0 16px;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
		border: 0;
		padding: 0 16px 0 10px;
	}
	.page-sent li.next a:hover { background-color: #fff; }
	.page-sent li.top a {
		border: 0;
		padding: 0 10px 0 25px;
	}
	.page-sent li.top a:hover { background-color: #fff; }
