/* *{font-family: Arial;} */

.title{

	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #ff5500;
	font-size: 32px;
	text-align: left;
}

.title a{
	text-decoration: none;
	font-weight: bold;
	color: #ff5500;
	font-size: 11px;
	text-align: left;
}

.text , .text p , .text div, .text span{
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 140%;
	
}

.text a {
	text-decoration: underline;
	font-weight: normal;
	color: #ff5500;
}

.text a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #ff5500;
}

.text ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.text ol{
	margin: 5px;
	padding: 0px 0px 0px 10px;
}

.text li{
	margin: 5px;
	padding: 0px;
}


.more a{
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: right center;


	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

