#content-column-middle {
	margin: 0;
	padding: .5em 1em 2em 1em;
	background: #fff;
	color: #006;
	}

#action {
	margin: 0 10px;
	text-align: right;
	}

	#action a, #action a:link, #action a:visited {
		margin: 0;
		padding: 0;
		}

	#action img {
		margin: 0;
		border: none;
		}

#page-title {
	font-weight: 900;
	font-size: 15px;
	display: block;
	margin: 5px 0;
	border-bottom: 1px solid #f60;
	padding: 0 10px 2px 10px;
	background: #fff;
	color: #3668c0;
	}

	#page-title a:link, #page-title a:visited {
		font-size: 0.8em;
		background: transparent;
		color: #f30;
		}

	#page-title a:hover, #page-title a:active  {
		font-size: 0.8em;
		background: transparent;
		color: #f00;
		}

.item {
	margin: 20px 2px;
	padding: 0;
	}

.title {
	font: normal 700 17px arial, helvetica, sans-serif;
	margin: 0;
	border-bottom: 1px solid #f60;
	padding: 2px;
	background: #fff;
	color: #3668c0;
	}

	.title a {
		font-weight: 700;
		text-decoration: none;
		}

	.title a:link {
		background: transparent;
		color: #3668c0;
		}

	.title a:visited {
		background: transparent;
		color: #3668c0;
		}

	.title a:hover {
		background: transparent;
		color: #f60;
		}

	.title a:active {
		background: transparent;
		color: #f90;
		}

.article {
	margin: 0;
	padding: 1px 2px;
	text-align: left;
	font-size: 12px;
	background: transparent;
	color: #000;
	}

.img {
	text-align: center;
	margin: 0px 3px 0px 0px;
	border: 1px solid #3668c0;
	padding: 2px;
	}

	.img img {
		display: block;
		margin: 0;
		padding: 0;
		}

.link {
	font: normal 700 12px arial, helvetica, sans-serif;
	margin: 2px 10px;
	border-bottom: 1px solid #3668c0;
	padding: 2px;
	background: #f9fcff;
	color: #006;
	}

	.link a {
			text-decoration: none;
			}

	.link a:link {
			background: transparent;
			color: #006;
			}

	.link a:visited {
			background: transparent;
			color: #3668c0;
			}

 	.link a:hover, .link a:active {
 			background: #transparent;
			color: #f60;
			}

.nav-menu {
	font-size: 0.9em;
	font-weight: 700;
	margin: 5px 0 0 5px;
	padding: 3px;
	}

	.nav-menu a:link, .nav-menu a:visited {
		background: transparent;
		color: #006;
		text-decoration: underline;
		}

	.nav-menu a:hover {
		background: transparent;
		color: #3668c0;
		text-decoration: none;
		}

	.nav-menu a:active {
		background: transparent;
		color: #f60;
		text-decoration: none;
		}




