/* search zone */
form.search {display: inline;}

table.search {
	width: 100%;
	background-color: #444444;
}

td.SearchPrompt {
	text-align: center;
	font-family: Verdana;
	font-size: 80%;
	color: #DDDDDD;
}

td.SearchInput, td.SearchButton {text-align: right;}

tr.MenuScript {display: none;}

/* index's news */
table#news {
	border-width: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 80%;
}
td.NewsDate {
	padding: 3;
	color: #CCCC99;
	font-weight: bold;
}
td.NewsContent {
	padding: 5 8 5 8;
	text-align: justify;
	font-weight: normal;
	line-height: normal;
	color: #CCCCCC;
}
a.release { /* make a release name an unobservable hyperlink */
  text-decoration: none;
	color: #CCCCCC;
}
