/* About */

body {
	background-color: #3366CC;
}

.news_sectiontitle, .news_sidemenu, .news_topbuttons a:hover {
	background-color: #3366CC;
}


.news_topbuttons, .news_sidemenu td a {
	background-color: #000099;
}

.news_sidemenu {
	/* color: #00CCFF; */
	color: #99CCFF;
}

.news_sidemenu h1 {
	border-bottom: 2px solid #99CCFF;
}

.news_sidemenu td a:hover {
	background-color: #99CCFF;
}

.news_main {
	color: #99CCFF;
}

.news_main h1 {
	color: #000099;
	border-bottom: 2px solid #000099;
}

.news_main a {
	color: #000099;
}

/* table */

td.devdate, td.devevents {
	vertical-align: top;
	border-bottom: 2px solid #003399;
	padding: 10px;
}

td.devevents ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.devdate {
	white-space: nowrap;
}

td.devdate a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

td.devdate a {
	text-decoration: underline;
}

td.devevents {
	color: #808080;
	font-style: italic;
}

td.devevents a {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}

