/*---------------------------*/
/*           Right           */ 
/*---------------------------*/ 

.titles {
	font-size: 16px;
	font-weight:bold;
	color: #124254;
	padding: 0px 10px;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	line-height: 20px;
}
.box {
	color: #1E5995;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bg/box_right_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}
.box A:link, .box A:visited, .box A:active {
	color: #1E5995;
	text-decoration: none;
}
.box A:hover {
	color: #000000;
	text-decoration: none;
}