#content_main {
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	color: #575445;
}


UL {
	margin-left: 15px;
/*	list-style: square outside;*/
	padding-left: 0;
	margin-top: 0;
}

UL LI {
	margin-bottom: 5px;
	list-style-image: url('../images/li_arrow_green.gif');
}

UL LI:hover {
	list-style-image: url('../images/li_arrow_dark_green.gif');
}

UL LI A {
	text-decoration: none;
/*	color: #005e9b;*/
}

UL LI A:hover {
	text-decoration: underline;
}



.ri_title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}


.ri_links {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.ri_links_item {
	margin-bottom: 14px;
}

.ri_links_item_title A {
	/*color: #005e9b;*/
	/*font-weight: bold;*/
	text-decoration: none;
}

.ri_links_item_title A:hover {
	text-decoration: underline;
}



#cm_l, #cm_r{
	font-size: 12px;
}

