
/* MODULE 1 BEGIN */
.module1{
	width:500px;
	padding:20px;
	background:#FFFFFF;
	color:#000000;
}
.module1 h1{
 	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color: #c4161c;
	margin-bottom:10px;
}
.module1 hr{
	border:1px dashed #d2d2d2;

}

.module1 p{margin:0;padding:0;}
.module1 table{
	margin:0;
	padding:0;
}
.module1 table td{
	padding:10px;
	padding-left:0;
}
.module1 a{
	color:#c4161c;
}

.module1 li{
	margin-bottom:10px;
}

.module1 table tr, .module1 table td{
	vertical-align:top;
}


.module1 h2{
 	font-weight:bold;
	font-size:12px;
}

.module1 li{list-style-type:disc;}
.module1 h3{
 	margin-top:20px;
	margin-bottom:30px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.module1 specialtxt{color:#c4161c;}


/* MODULE 1 END */


/* MODULE NEWS */

.list_news{
	background:#FFFFFF;
}
.item_news{
	margin-left:20px;
	width:500px;
	
}
.item_news a {
	cursor:pointer;
	text-decoration:none;
}
.item_news .boxtop{
	width:470px;
	height:30px;
	font-size:12px;
	border-top:1px dotted #666666;
	background-color:#ffffff;
}

.item_news .date {
	float:left;
	width:100px;
	margin:8px;
	font-size:12px;
	color:#c4161c;
	font-weight:bold;
}

.item_news .title {
	margin:8px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.item_news .module1{
	width:430px;

}







