.hide_on{
display: none;
}

.show_on{
display: block;
}


.orangebold-text2 {
	text-decoration: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	font-weight: bold;
	color: #EC6E1E;
	text-decoration: none;
}
.orangebold-text2:hover {
	text-decoration: underline;
	border: 0;
	cursor:pointer;
}

.default_list{
	list-style-image: url(../../images/bullet.gif);
	line-height:16px;
	color:#313131;


}

div.custom {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #252525;
	line-height: 18px;
font-weight: bold
}

.custom_list{
	list-style-image: url(../../images/bullet_rot.gif);
	line-height:16px;
	color:#313131;
}

li.numbered{
	list-style-type: decimal;
	color:#313131;
}


