.link_upper
 {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
.link_upper:hover {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #CD5151;
}
.link_normal {

	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.link_normal:hover {


	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #CD5151;
}

