	/*		STYLE_HP		*/

.container_box_sn {
	padding: 20px;
	float: left;
	//width: 100%;
}

.container_box_dx {
	float: right;
	//width: 350px;
	margin-right: 0px;
}

.box {
	font-size: 12px;
	border: 2px outset #4673b7;
	margin-top: 20px;
	padding: 15px;
}

.box_shadow {
	font-size: 12px;
	border-bottom: 2px solid #2e4465;
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 10px;
}

#h1 {
	font-size: 16px;
	color: #4673b7;
	margin-left: 5px;
}

.li{
	list-style-type: square;
	color: #999;
}

.title_rss {
	font-family: "Arial", "Trebuchet MS", "MS Sans Serif", "Courier New";
	//color: #4874af;
	font-size: 10pt;
	//font-weight: bold;
	line-height: 22px;
	
}

.title_rss:hover{
	color: #003175;
	
}

/*      CENTERED       */

.centered {
	margin-left: 20px;
	padding: 20px;
	width: 250px;
	float: left;
	font-size: 22px;
	color: #999;
	text-align: center;
	/*border: 1px solid black;*/
}


