/* CSS Document */
#adds {
	background: #FFFFFF;
	color:		#000000;
	
	position:	absolute;
	border: 	2px solid #000000;
	
	left:		500px;
	top:		250px;
	
	height:		600px;
	width:		617px;
}

#adds_top {
	background:		#333333;
	text-align:		right;
	
	padding:		2px;
	padding-right:	5px;
	height: 		18px;
}
#adds_top a {
	color: 			#FFFFFF;
}
#adds_content {
	cursor: 		pointer;
	height:			580px;
	border:			0px solid #000000;
	overflow:		auto;
}
#adds_content h1 {
	text-align:		center;
	color:			#FE6D0E;
}
#adds_content p {
	font-size:		10pt;
	width:			550px;
	padding:		5px;
	text-align: 	justify;
}
