.news {
	background: #fcc;
	border: 1px solid #f00;
	font-family: arial;
	font-size: 12px;
	margin: 5px 5px 0px 5px;
}

.news p {
padding: 2px 0px;
margin: 0px 5px;
}

#navmap {
	background: url('../../templates/green/images/bgnavmap.gif') repeat-x;
	border-collapse: collapse;
	color: #000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	width: 760px;
}

#navmap #map {
	border: 0px;
	text-align: center;
}

#navlinks {
	border: 1px solid #000;
	height: 300px;
	width: 200px;
	text-align: left;
	margin: 5px 0px 0px 5px;
	overflow: auto;
}

#navlinks a {
	display: block;
	color: #000;
	line-height: 25px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	text-align: left;
}

#navlinks a:hover {
	color: #fff;
	background: #c4d3b4;
	padding: 0px 0px 0px 15px;
}

.navlinks_even {
	background: #e5efda;

}

.navlinks_odd {
	background: #fff;
}

#navmap #navcomment {
	background-color: #fff;
	border: 1px #000 solid;
	color: #333;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	text-align: center;
	width: 525px;
}

#navmap .flags {
	float: left;
	margin: 0px 0px 0px 5px;
	width: 90px;
	text-align: center;
}

#navmap .flags img {
	cursor: pointer;
}

#review {
	border-collapse: collapse;
	margin: 5px;
	width: 750px;
}

#review TH {
	background: #fc6;
	color: #333;
	height: 20px;
}

#review TD {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px;
	padding: 0px 5px;
	text-align: left;
}

#review TD img {
	vertical-align: middle;
}

#review #label {
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 5px;
}

#review #button_link {
	background-color: #ffe2a8;
	border: 1px #f90 solid;
	color: #333;
	float: right;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 5px;
	padding: 2px 5px;
	text-decoration: none;
	position: relative;
	top: 1px;
}

#review #button_link:hover {
	background-color: #ffd98e;
	color: #000;
	text-decoration: underline;
}
