/*---------- BREAD CRUMBS ----------*/

td.breadcrumbs{
	font-size:90%;
	padding:3px 0px 3px 3px;
}


/*---------- FONT SIZE ----------*/

#font_size_s{
	display: block;
	width:17px;
	height:17px;
	background:url('/img/font_size_s_on.gif');

}

#font_size_m{
	display: block;
	width:17px;
	height:17px;
	background:url('/img/font_size_m_on.gif');

}

#font_size_l{
	display: block;
	width:17px;
	height:17px;
	background:url('/img/font_size_l_off.gif');

}


/*---------- LIST ----------*/

ul.arrow_gray{
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	list-style-type: none;
}

li.arrow_position_gray{
	font-size:14px;
	line-height:130%;
	padding:0px 0px 0px 10px ;
	background: url('/img/arrow_gray.gif') no-repeat left center;
}


ul.arrow_red{
	margin:0px 0px 0px 0px ;
	list-style-type: none;
}

li.arrow_position_red{
	font-size:90%;
	line-height:130%;
	padding:0px 0px 0px 10px ;
	margin:0px 0px 0px 10px ;
	background: url('/img/arrow_red.gif') no-repeat;
	background-position: 0px 7px; 
}

ul.arrow_blue{
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
	list-style-type: none;
}

li.arrow_position_blue{
	font-size:90%;
	line-height:130%;
	padding:0px 0px 0px 5px ;
	background: url('/img/arrow_blue.gif') no-repeat left center;
}


ul{
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	list-style-type: none;
}

li{
	font-size:90%;
	line-height:130%;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
}





/*---------- NEWS ----------*/

td.news{
	padding:0px 0px 0px 10px ;
	color:#4A4A4A;
	font-size:90%;
}



/*---------- PLANE TEXT ----------*/

.text{font-size:90%;}
.text_s{font-size:70%;}
