/* WELCOME */

/* SCROLLER */

#IDnewsscroll {
	width: 260px;
	height: 400px;
	border: none;
	padding: 5px;
}

#IDnewsscroll img {
	border: 0;
}

div.more {
	text-align: right;
	margin-top: 2%;
}

/* TABLE */

table.tblW {
	width: 95%;
	margin-left: 2%;
	margin-bottom: 20%;
}

table.tblW td.tdNscroll {
}

table.tblW td.tdWtxt {
	padding-left: 2%;
	padding-right: 2%;
}

div.dW {
	border-top: 2px solid #3B5598;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	
	padding: 0;
	margin-bottom: 2%;
}

div.dW div.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #D8DFEA;
	color: #3B5598;

	font-weight: bolder;
	font-size: 1.1em;
	
	padding: 1%;
}

div.dW div.txt {
	font-family: Garamond, Georgia, Times, serif;
	
	padding: 1% 5% 1% 1%;
}

div.dW div.stit {
	margin-top: 2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B5598;
	
	border-bottom: 1px dashed #cccccc;
}

div.dW div.stxt {
	margin-top: 1%;
	margin-bottom: 3%;
}

div.dW div.stxt li {
	font-family: Garamond, Georgia, Times, serif;
	margin-bottom: 1%;
}