@media all {
	
	#banner {
		background-color: #E6F7DB;
	}
	
	b {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: black
	}
	body {
		/*background-color: #a9d132;*/
		/*background-color: #938D8C;*/
		background-color: #FEFEFE;
		font-family: Arial, sans-serif;
	}
	p {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: black;
	}
	p.nolink {
		font-family: Helvetica;
		font-size: 16px;
		color: #35771B;
		font-weight: bold;
	}
	a:link {
		color: #35771B;
		font-size: 16px;
		font-family: Helvetica;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #35771B;
		/*color: white;*/
		font-size: 16px;
		font-family: Helvetica;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #55973B;
	}
	a.menuelem:link {
		color: white;
		font-size: 16px;
		font-family: Helvetica;
		font-weight: bold;
		text-decoration: none;
	}
	a.menuelem:visited {
		color: white;
		/*color: white;*/
		font-size: 16px;
		font-family: Helvetica;
		font-weight: bold;
		text-decoration: none;
	}
	a.menuelem:hover {
		color: #35771B;
	}
	a {
		border: none
	}
	a.title:link {
		font-family: Helvetica;
		font-weight: normal;
		font-size: 40px;
		color: #8CD859;
	}
	a.title:visited {
		font-family: Helvetica;
		font-weight: normal;
		font-size: 40px;
		color: #8CD859;
	}
	a.title:hover {
		font-family: Helvetica;
		font-weight: normal;
		font-size: 40px;
		color: #AFE898;
	}
	a.tablecontent:link {
		font-size: 13px;
		color: black;
	}
	a.tablecontent:visited {
		font-size: 13px;
		color: #555555;
	}
	a.tablecontent:hover {
		text-decoration: underline;
	}
	a.content:link {
		font-size: 13px;
		font-weight: normal;
		color: #0645AD;
	}
	a.content:visited {
		font-size: 13px;
		font-weight: normal;
		color: #3366BB;
	}
	a.content:hover {
		text-decoration: underline;
	}
	a.navlink:link {
		font-size: 10px;
		/*color: #205553;*/
		color: white;
	}
	a.navlink:visited {
		font-size: 10px;
		/*color: #205553;*/
		color: white;
	}
	a.navlink:hover {
		color: #35771B;
	}
	a.minilink:link {
		font-size: 10px;
		/*color: #205553;*/
		color: #35771B;
	}
	a.minilink:visited {
		font-size: 10px;
		/*color: #205553;*/
		color: #35771B;
	}
	a.minilink:hover {
		color: #55973B;
	}
	h3 {
		color: black;
		font-family: Helvetica;
	}
	h2 {
		color: #4BA526;
		font-family: Helvetica;
	}
	h4 {
		color: black;
		font-family: Helvetica;
	}
	h5 {
		color: black;
		font-family: Helvetica;
	}
	td.menuelem {
		/*background-color: #4FB3BD;*/
		background-color: #95DB67;
	}
	td.linkelem {
		/*background-color: #4FB3BD;*/
		background-color: #95DB67;
	}
	td.menuactive {
		/*background-color: #4FB300;*/
		background-color: #7AD240;
	}
	td.picelem {
		background-color: white;
	}
	td.timebar {
		font-size: 10px;
	}
	tr.picelem {
		background-color: white;
	}
	td.typeA {
		background-color: #C7EDAD;
	}
	td.typeB {
		background-color: white;
	}
	td.typeHeader {
		background-color: #ABE286m;
		color: black;
		font-size: 18px;
		font-weight: bold;
	}
	.nav {
		background-color: #8CD859;
	}
	#leftmenu {
		background-color: #95DB67;/*#ABE286*/
	}
	#content {
		background-color: white;
	}
	#news td.newselem {
		color: black;
		font-family: Helvetica;
		font-size: 13px;
	}
	#news td.newstitle {
		color: black;
		font-family: Helvetica;
		font-size: 13px;
		font-weight: bold;
	}
	#news table.newselem {
		/*background-color: #193138;*/
		background-color: white;
	}
	#news table.newstitle {
		background-color: #C7EDAD;
	}
}