/*-------RIGHT LINKS-----------*/
#links{
	float:left;
	margin-top:10px;
	height:700px;
}


#links UL {
	width:145px;
	font-family: trebuchet MS, helvetica, sans-serif;
	border-top:1px Solid #AAA;
	border-bottom:1px Solid #AAA;
	border-left:1px dashed #036;
	padding:3px;
	margin:0 0 0 6px;
	}
	
	
#links LI{	
	list-style-type: none;
	}
	
#links  LI A{	
	color:#036;
	font-size:13px;
	padding:0;
	margin:0
	}	
	
#links LI A:hover{	
	color: #97801B;
	font-size:13px;
	}	
	
#links  .linkTR{	
	font-weight:bold;
	font-size:14px;
	color:#900;
	border-bottom:4px solid #900;
	margin:0;
	padding:0px 0px 0px 1px;
	}
	
#links  .linkT{	
	font-weight:bold;
	font-size:14px;
	color:#036;
	border-bottom:4px solid #036;
	margin:0;
	padding:0px 0px 0px 1px;
	}
		
#links  .blank{	
	border-top:1px solid #AAA;
	margin-top:10px;
	line-height:3px;
	}
/*-------ARTICLES-----------*/	
	
#content H3{
	font-family: trebuchet MS, helvetica, sans-serif;
	font-size:24px;
	color:#857015;
	display:inline;
	margin:0 0 10px 25px;
border-bottom:7px solid #857015;

}

#content font, p, ul {
display:block;
font-family:trebuchet MS,helvetica,sans-serif;
font-size:14px;
color: #857015;
}
	
#content h6 {
display:block;
font-family:trebuchet MS,helvetica,sans-serif;
font-size:22px;
color: #857015;
}
	
#article{
	float:left;
	margin:10px 10px 5px 25px; 
	width:800px;
	text-align:justify
	}
	
#article H2{
	font-size:18px;
	color:#857015;
	border-bottom:7px solid #857015;
	font-weight:normal;
	margin:0;
	}	

#article IMG{ border:1px solid #857015; margin:5px 0 5px 8px; float:right}	
	
/*-------Automatic Trading System-----------*/

#automatic{
	float:left;
	display:inline;
	margin-top:10px;
	margin-bottom:20px;
	}

#multi{
	clear: both;
	font-size:12px;
	font-family: trebuchet MS, helvetica, sans-serif;
	margin-left:170px;
	width:685px;
	}

	
	
#ATS{
	background:#777;
	background-image:Url(../images/automatic-trading.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:400px;	
	width:400px;
	padding-left:10px;
	margin-left:10px;
	float:left;
	}
	
#ATS P{
	font-size:20px;
	color:#FFF;
	padding-top:10px;
}	

#ATS2{
	float:left;}
	
	
#ATS3{
	width:400px;
	padding-left:10px;
	margin-left:10px;
	float:left;
	}
	
#ATS3 P{
	font-size:20px;
	/* color:#FFF; */
	padding-top:10px;
}	
	
	
#performance{
	border:1px solid #AAA;
	padding:2px;
	height:100px;
	width:250px;
	margin-bottom:10px;
	}


#performance P{
	background:#AAA;
	color:#000;
	margin:0 0 8px 0;
	}


.row {	clear: both;  }

 span.label {
	float: left;
	width: 150px;
	text-align: left;
 }

span.amount {
	float: left;
	width: 100px;
	text-align: right
	} 
	
