/* CSS Document */

div.nen{
	margin-right: 10px;
}
div.nen table{
	border: 1px solid #999999;
	margin-bottom: 5px;
	
}
div.nen td{
padding: 5px;
}
div.nen td.top{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
div.nen span.title{
	font-weight: bold;
	color: #333333;
}
div.nen span.tags{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
div.nen p{
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 22px;
	font-weight: bold;
}
div.nen p.new{
	font-size: 18px;
	color: #003399;
	text-align: justify;
	line-height: 22px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #009900;
	
}
.RedBold {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.boxDownload{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	
	height: 50px;
	border: 1px dotted #333333;
}
.boxDownload a{
	color: #333333;
	margin-right: 15px;
}
.boxDownload a:hover{
	color: #990000;
	margin-right: 15px;
}

.InfoBox{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}