.news
{
	border:1px solid #3AAF2B;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.news .header
{
	background-color:#3aaf2b;
	padding:2px;
	color:white;
}

.news .filter
{
	background-color:#3aaf2b;
	padding:7px;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.news .filterSelection
{
	padding:7px;
}

.news .filterSelection a
{
	color:#3aaf2b;
}

.news .filterSelection a:HOVER
{
	text-decoration:underline;
}

.news .label
{
	width:80px;
	font-style: italic;
}

.news .title
{
	font-weight:bold;
}

.news .content
{
	text-align:justify;
	padding:4px;
}

.links
{
	width:450px;
	border:1px solid #3AAF2B;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.links .name
{
	background-color:#3AAF2B;
	color:white;
	padding:5px;
	font-weight:bold;
}

.links .address
{
	padding:3px;
}

.links .address a
{
	color:#3AAF2B;
	font-style:italic;
}

.links .address a:hover
{
	text-decoration:underline;
}

.links .description
{
	padding:3px;
}

.reports
{
	border:1px solid #3AAF2B;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}


.reports .selector
{
	background-color:#3aaf2b;
	padding:7px;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.reports .reportSelection
{
	padding:7px;
}

.reports .reportSelection a
{
	color:#3aaf2b;
}

.reports .reportSelection a:hover
{
	text-decoration: underline;
}

.membersBox
{
	width:500px;
	margin:auto;
	padding:10px;
}

.membersBox .title
{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:15px;
}

.member
{
	font-size:14px;
	margin-top:10px;
	margin-bottom:30px;
}