/*---------------- DIV firstArticle -------------- */
div.firstArticle {
	cursor:pointer;
	text-align:right;
	width:200px;
	background:#ffffff;
	color: #faa85f;
	border:1px solid #0e84b6;
	float:right;
	right:5px;
	margin:0px;
	position:relative;
	display: inline; 
}



div.firstArticle p.title {
	line-height:100%;
	border:0px;
	font-size : 10pt;
	width:175px;
	background:#ffffff;
	margin:0px;
	padding:0px;
}


div.firstArticle font.subtitle {
	color: #0e84b6;
	font-style: normal;
	font-weight: bold;
	text-align : left;
	font-size : 8pt;
	background:#ffffff;
	margin:5px;
	
}

div.firstArticle a {
	color: #faa85f;
	font-size:7pt;
}
div.firstArticle font.subtitle:first-letter {
	text-transform: uppercase;
}

div.firstArticle font.title {
	font-style: italic;
	font-weight:normal;
	color: #ffffff;
	font-size : 10pt;
	background:#0e84b6;
	
}

div.firstArticle font.title:first-letter {
	text-transform: uppercase;
}
