/* General */
body{
	margin:0px;
	font-family: "Trebuchet MS", Arial, Georgia;
}

/* Text Settings */
.textTtl{
	font-size: 16px;
	color: #457CC1;
	font-weight: bold;

}

.textNorm{
	font-size: 11px;
	color: #000000;
}

.textFooter{
	font-size: 11px;
	color: #000000;
	text-align: center;
}

/* Hyperlinks */
a{
	font-size: 11px;
	color: #457CC1;
	text-decoration:none;
}
a:hover,a:active{
	font-size: 11px;
	color: #000000;
}
.textFooter:link,.textFooter:active{
	font-size: 11px;
	text-decoration:none;
}
.textFooter:hover{
	font-size: 11px;
	color: #457CC1;
}

.topLink:link,.topLink:active,.topLink:visited{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.topLink:hover {
	font-size: 11px;
	color: #457CC1;
	text-decoration: none;
}
div#body{
	margin:25px;
	font-size: 11px;

}
div#newsItems{
	margin-top:25px;
	font-size: 10px;
	border: 10px solid #DADADA;
	background-color:#E7E7E7;
	color: #747474;
	padding: 5px 5px 10px 15px;
}
div#newsItems a{
	font-size: 10px;
	color: #000000;
}

