/* CSS Document */
.txtfile {
	font-family:Tahoma;
	font-size:12px;
	color:#888888;
	}
.txtfile a {
	text-decoration:none;
	font-size:12px;
	color:#888888;
	font-weight:normal;
	}
.txtfile a:hover {
	text-decoration:none;
	color:#0B67BA;
	}
.txtcap{
	float:left;
	display:inline;
	font-size:32px;
	line-height:24px;
	margin-right:5px;
	font-family:"Times New Roman";
	text-transform:uppercase;
}
.dl {
	font-family:Tahoma;
	font-size:11px;
	}
.dl a {
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	color:#333333;
	}
.dl a:hover {
	color:#9933CC;
	text-decoration:underline;
	}
