.content-txt{
	font-size:12px;
}
.content-txt a{
		text-decoration: underline;
}
.content-txt a:link{
		color:#00078d;
}
.content-txt a:visited{
		color:#5A5D7E;
}
.content-txt a:hover{
		text-decoration: none;
		color:#00078d
}

.content-txt ul {
	line-height:18px;
	/*width:600px;*/
	
}

.content-txt ul li {
	padding-left:8px;
	padding-bottom:14px;
	background: url(/images/sep.png) no-repeat left 9px;
}
.content-txt .a-noreload{
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.button {
        cursor:pointer;
        margin-top:4px;
        height:21px;
        background:#1e2172;
        border:none;
        color:#fff;
}

.content-txt h2, .content-txt h3 {
	border-bottom:0 !important;
}
.content-txt ul.see_also li{
	background:none;
padding:0px;
margin:0px;
}

.content-txt a.dashed_underline_lnk{
	border:dashed 1px #00078D;
	border-width:0px 0px 1px 0px;
	display:inline;
	text-decoration:none;
color:#00078D;

	zoom:1;
}
.content-txt a.dashed_underline_lnk:hover{
	border:dashed 1px #FFF;
	border-width:0px 0px 1px 0px;

	zoom:1;
}