p.newsHeadline {

	font-weight: bold;
	margin-top: 15px;

	
}



form.whatsNewForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}



/* stylize the whole page*/
table.whatsNewTable {
	width:640px;
	padding:10px;
	border:1px dashed #707ebb;
	background-color:#F2F2F2;
	color: #000000;
	
}


textarea.readOnlyNews, input.readOnlyNews {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F2F2F2;
	width:100%;
	font-size: 12px;

}

textarea.writeNews, input.writeNews {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	font-size: 12px;
	

}


td.shortcol {
	width:1%;

}