p.newsintro
{
	font-size: 16px;
}

p.newsintro a
{
	color: #e2e419;
	font-weight: bold;
	text-decoration: none;
}



div.newsitem
{
	font-family: "Arial";
}

div.newsitem h1,
div.newsitem h2,
div.newsitem h3,
div.newsitem h4,
div.newsitem h5,
div.newsitem h6
{
	color: #e2e419;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0.6em 0;
	line-height: 1.2em;
}

div.newsitem p
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 10px;
}

div.newsitem div.control
{
	text-align: right;
	margin-left: 150px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-bottom: 5px;
	clear: both;
	border-bottom: solid 2px white;
}

div.newsitem a.continua
{
	color: #e2e419;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

div.newsitem.first h1,
div.newsitem.first h2,
div.newsitem.first h3,
div.newsitem.first h4,
div.newsitem.first h5,
div.newsitem.first h6
{
	font-size: 20px;
}

div.newsitem.first p
{
	font-size: 12px;
}

div.pagination
{
	text-align: right;
}

div.pagination a.page
{
	color: white;
	text-decoration: none;
}

div.pagination span.selected_page
{
	color: #e2e419;
}

div.pagination span.separator
{
	color: white;
}

div.pagination a.page,
div.pagination span.selected_page,
div.pagination span.separator
{
	font-size: 14px;
}

div.newsdetail
{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-image: url("images/fade_black.png");
	background-position: 0 0;
	background-repeat: repeat-all;
	z-index: 2;
	font-size: 14px;
	line-height: 1.5em;
}

div.newsdetail div.centerblock a.close
{
	color: white;
	text-decoration: none;
	line-height: 20px;
	padding-right: 15px;
	background-image: url("images/close_x.png");
	background-position: right center;
	background-repeat: no-repeat;
}

div.newsdetail div.centerblock
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -215px 0 0 -425px;
	padding: 0;
	width: 850px;
	height: 430px;
	text-align: right;
}

div.newsdetail div.centerblock div.text
{
	position: absoulte;
	left: 0;
	bottom: 0;
	width: 850px;
	height: 410px;
	max-height: 410px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: auto;
}

div.newsdetail div.centerblock div.text h1,
div.newsdetail div.centerblock div.text h2,
div.newsdetail div.centerblock div.text h3,
div.newsdetail div.centerblock div.text h4,
div.newsdetail div.centerblock div.text h5,
div.newsdetail div.centerblock div.text h6
{
	color: #e2e419;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0.6em 0;
	line-height: 1.2em;
}

div.newsletter
{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-image: url("images/fade_black.png");
	background-position: 0 0;
	background-repeat: repeat-all;
	z-index: 2;
}

div.newsletter div.centerblock
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -215px;
	padding: 0;
	width: 430px;
	height: 340px;
	text-align: right;
}

div.newsletter div.centerblock a.close
{
	color: white;
	text-decoration: none;
	line-height: 20px;
	padding-right: 15px;
	background-image: url("images/close_x.png");
	background-position: right center;
	background-repeat: no-repeat;
}

div.newsletter div.centerblock div.text
{
	position: absoulte;
	left: 0;
	bottom: 0;
	width: 390px;
	height: 277px;
	max-height: 277px;
	margin: 0;
	padding: 20px;
	text-align: left;
	overflow: hidden;
	background-color: #292526;
}

div.newsletter div.centerblock div.text h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}

div.newsletter div.centerblock div.text h2
{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 6px 0;
	padding: 0;
}

div.newsletter div.centerblock div.text form
{
	border: 0;
	padding: 0;
	margin: 0;
}

div.newsletter div.centerblock div.text fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

div.newsletter div.centerblock div.text ul
{
	border: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.newsletter div.centerblock div.text li
{
	border: 0;
	padding: 3px 0;
	margin: 0;
}

div.newsletter div.centerblock div.text label.text
{
	width: 88px;
	display: block;
	float: left;
	font-weight: bold;
}

div.newsletter div.centerblock div.text label span.required
{
	color: #e2e419;
}

div.newsletter div.centerblock div.text label.checkbox
{
	display: block;
	margin-left: 25px;
	font-weight: bold;
}

div.newsletter div.centerblock div.text input.checkbox
{
	display: block;
	float: left;
	border: 0;
	background-color: black;
}

div.newsletter div.centerblock div.text input.text
{
	border: 0;
	color: white;
	background-color: black;
	width: 288px;
	height: 21px;
	max-width: 288px;
	max-height: 21px;
	display: block;
	font-size: 12px;
	line-height: 21px;
}

div.newsletter div.centerblock div.text p.note
{
	display: block;
	color: #e2e419;
	margin: 8px 0 0 0;
	padding: 0;
}

div.newsletter div.centerblock div.text p.note b
{
	color: white;
}

div.newsletter div.centerblock div.text a.decreto
{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
}

div.newsletter div.centerblock div.text button.submit
{
	display: block;
	float: right;
	font-family: "Arial";
	font-size: 12px;
	border: 0;
	margin: 4px;
	padding: 3px;
	font-weight: bold;
	color: #e2e419;
	background-color: black;
	margin: 8px 0 0 0;
}

