/* CSS Document */
.txtfile {
	font-family:Tahoma;
	font-size:11px;
	color:#666;
	line-height:16px;
	vertical-align:top;
	}
.txtfile a {
	text-decoration:none;
	font-size:11px;
	color:#666;
	font-weight:normal;
	}
.txtfile a:hover {
	text-decoration:none;
	color:#FF0000;
	}
.txtcap{
	float:left;
	display:inline;
	font-size:40px;
	line-height:30px;
	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:#FF0000;
	text-decoration:underline;
	}