
			td.news {
				background-color:#ffffff;
				color:#000000;
				border-style: solid;
				border-top-width: 0;
				border-bottom-width: 0;
				border-right-width: 2px;
				border-left-width: 2px;
				border-color: #000000;
			}

			td.error {
				color: #ff0000;
			}

			td.news_lang_selected {
				background-color:#ffffff;
				color:#000000;
				border-style: solid;
				border-top-width: 2px;
				border-bottom-width: 0px;
				border-right-width: 2px;
				border-left-width: 2px;
				border-color: #000000;
			}

			input.button_unselected {
				background-color:#eeeeee;
				color:#3F464D;
				border-style: solid;
				border-width: 0px;
				cursor: pointer;
			}
			input.button_selected {
				background-color:#ffffff;
				color:#3F464D;
				border-style: solid;
				border-width: 0px;
				cursor: pointer;
			}
			input.news_button_red {
				background-color:#ffdddd;
				color:#3F464D;
				border-style: solid;
				border-width: 0px;
				cursor: pointer;
			}
			input.news_button_green {
				background-color:#ddffdd;
				color:#3F464D;
				border-style: solid;
				border-width: 0px;
				cursor: pointer;
			}

			td.news_lang_unselected {
				background-color:#eeeeee;
				color:#000000;
				border-style: solid;
				border-top-width: 1px;
				border-bottom-width: 2px;
				border-right-width: 1px;
				border-left-width: 1px;
				border-color: #000000;
			}

			td.news_lang_cellspace {
				color:#000000;
				border-style: solid;
				border-top-width: 0;
				border-bottom-width: 2px;
				border-right-width: 0px;
				border-left-width: 0px;
				border-color: #000000;
			}

			td.news_page_selected {
				background-color:#ffffff;
				color:#000000;
				border-style: solid;
				border-top-width: 0px;
				border-bottom-width: 2px;
				border-right-width: 2px;
				border-left-width: 2px;
				border-color: #000000;
			}

			td.news_page_unselected {
				background-color:#eeeeee;
				color:#000000;
				border-style: solid;
				border-top-width: 2px;
				border-bottom-width: 1px;
				border-right-width: 1px;
				border-left-width: 1px;
				border-color: #000000;
			}

			td.tab_inactive {
				background-color:#ffdddd;
				color:#000000;
				border-style: solid;
				border-top-width: 2px;
				border-bottom-width: 1px;
				border-right-width: 1px;
				border-left-width: 1px;
				border-color: #000000;
			}

			td.news_page_cellspace {
				color:#000000;
				border-style: solid;
				border-top-width: 2px;
				border-bottom-width: 0;
				border-right-width: 0px;
				border-left-width: 0px;
				border-color: #000000;
			}

			a.news {
				color: #3F464D;
				text-decoration: none;
			}

			a.news:hover {
				text-decoration: none;
				font-weight: bold;
			}
		