/* MENUS */
.top-menu-container li{
	color:#767676;
	line-height:22px;
}

.top-menu-container li a{
	background-color:white;
	color:#767676;
}

.top-menu-container li a:hover{
	background-color:#F67800;
	color:white;
}

.sub-menu-title{
	color:#6D6D6D;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
}

.sub-menu-link{
	color:black;
}

.sub-menu-link a:link{
	background-color:#ECF2CF;
	color:black;
}

.sub-menu-link a:visited{
	background-color:#FFFFFF;
	color:#555555;
	text-decoration:line-through;
}

.sub-menu-link a:hover{
	background-color:#F67800;
	color:#FFFFFF;
}

/* NEWS */
.news{
	font-family:arial;
}

.news-item{
	padding:4px;
	background:white;
}

.news-title{
	color:#6D6D6D;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:30px;
	font-weight:normal;
	line-height:36px;
	text-transform:uppercase;
}

.news-body{
	background:white;
	color:#555555;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:15px;
}

.news-image{
	margin-top:12px;
}

.news-body a:link {
	background-color:#ECF2CF;
}

.news-body a:visited {
	background-color:#FFFFFF;
	color:#555555;
	text-decoration:line-through;
}

.news-body a:hover {
	background-color:#F67800;
	color:#FFFFFF;
}

/* CONTENT */
.content-body{
	margin:0 0 12px 0;
	font-size:10px;
}

.content-item{
	padding:4px;
	background:white;
}

.content-title{
	color:#6D6D6D;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:30px;
	font-weight:normal;
	line-height:36px;
	text-transform:uppercase;
}

.content-body{
	background:white;
	color:#555555;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:15px;
}

.content-image{
	margin-top:12px;
}

.content-body a:link {
	background-color:#ECF2CF;
}

.content-body a:visited {
	background-color:#FFFFFF;
	color:#555555;
	text-decoration:line-through;
}

.content-body a:hover {
	background-color:#F67800;
	color:#FFFFFF;
}

