/* charset */
@charset "UTF-8";

#main .links {
	margin: 0px;
	padding: 0px;
}
#main .links {
	margin: 0px;
	padding: 0px;
}

#main .links li {
	font-size: 12px;
	line-height: 13px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #152B3B;
	border-right-color: #152B3B;
	border-bottom-color: #152B3B;
	border-left-color: #152B3B;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main .links a {
	color: #000;
	text-decoration: none;
	background-image: url(../images/info_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
}
#main .links a:visited {
	color: #000;
	text-decoration: none;
}
#main .links a:hover {
	color: #000;
	text-decoration: underline;
}
