/* CSS Document */

.cnews{
	width: 80%;
	font-size: 0.6em;
	text-align: left;
}
.cnews span{
	font-weight: bold;
	border-bottom: thin groove black;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.cnotgen{
	width: 100%;
	border-left: 1px solid silver;
}
.cnot{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.cnot img{
	border:0;
	width: 50px;
}
.cnot a,.cnot a:visited{
	text-decoration: none;
	color: black;
}
.cnot a:hover{
	text-decoration: underline;
}
.cnot a div{
	margin: auto;
	width: 75%;
}