#contents
{
	text-align: left;
	width: 920px;
	margin-bottom: 20px;
}

#contents .Images
{
	float: right;
	display: inline;
}

#contents .Images *
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

#contents .Text
{
	width: 920px;
}


#contents .Text p
{
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #b1b1b1;
}

#contents .Text p a
{
	color: #b1b1b1;
}

#contents .Text h2
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contents .Text h3,
#contents .Text h4
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 10px;
}

#contents .Text ul
{
}

	#contents .Text ul li
	{
		font-size: 12px;
		padding-bottom: 10px;
	}

#contents .Text .hr
{
	margin: 10px auto;
}

.Pager
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #065288;
}

	.Pager h4
	{
		color: #fff;
	}

	.Pager .Year
	{
		width: 300px;
		clear: both;
		margin-bottom: 20px;
		border: 1px inset;
	}

	.Pager a:hover
	{
		text-decoration: underline;
	}
	
	.Pager a
	{
		color: #065288;
	}
	
	.Pager a.On
	{
		color: #226fa6;
		font-weight: bold;
	}