td.newstitle {
	background-color:rgb(229,229,229);
	text-align:left;
	font-weight:900;
	font-size:8pt;
	border:solid rgb(150,150,150) 1px;
	border-right-width:0px;
	padding:3px;
	padding-left:7px;
}

td.newsdate {
	background-color:rgb(229,229,229);
	font-weight:100;
	text-align:right;
	border:solid rgb(150,150,150) 1px;
	border-left-width:0px;
	font-size:8pt;
	padding:3px;
}

td.newstext {
	background-color:rgb(249,249,249);
	font-weight:10pt;
	color:black;
	padding:10px;
	font-weight:500;
	border:solid rgb(150,150,150) 1px;
	border-top-width:0px;
}
td.distitle {
	background-color:rgb(233,129,129);
	text-align:left;
	font-weight:900;
	font-size:8pt;
	border:solid rgb(150,150,150) 1px;
	border-right-width:0px;
	padding:3px;
	padding-left:7px;
}

td.disdate {
	background-color:rgb(233,129,129);
	font-weight:100;
	text-align:right;
	border:solid rgb(150,150,150) 1px;
	border-left-width:0px;
	font-size:8pt;
	padding:3px;
}

td.distext {
	background-color:rgb(245,201,201);
	font-weight:10pt;
	color:black;
	padding:10px;
	font-weight:500;
	border:solid rgb(150,150,150) 1px;
	border-top-width:0px;
}
a.commentlink {
	font-size:7pt;
	color:rgb(0,51,153);
	text-decoration:none;
}
textarea.textarea {
	border:solid black 1px;
	width:100%;
	height:150px;
	font-family:sans-serif;
}