.newstable {
	border-collapse: collapse;
	margin-top: 20px;
	border-color: #ccc;
}

.newstable td {
	border-color: #aaa;
}

.newsheadline {
}

.newsheadline td {
	padding: 2px;
	/* background-color: #aaa; */
	background-image: url(../pics/top_bg.png); 
	background-repeat: repeat-x; 
	background-color: #ccc;
}

.newsheadline .headline {
	width: 380px;
	padding-left: 20px;
	font-weight: bold;
}

.cellleft {
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.cellright {
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.cellmiddle {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.cellall {
	border: 1px solid;
}

.newsmaintext {
}

.newsmaintext td {
	padding: 2px;
}

.newsdate {
}

.newsspacerrow {
}

.newsspacerrow td {
	height: 25px;
}

div.newscontent {
	float: left;
	width: 550px;
}

div.newsregcontent {
	float: right;
}

input.newsreg_email {
	width: 105px;
	border: 1px solid black;
	margin-top: 5px;
}

input.newsreg_button {
	border: 1px solid black;
	width: 85px;
	margin-top: 5px;
}

.newsregbox {
	margin-left: 10px;
	padding: 5px;
	border: 1px solid black;
	margin-top: 20px;
}

.newserrormsg {
	margin-top: 10px;
	color: red;
	font-weight: bold;
}
