@charset "ISO-8859-1";
.Text_lnk  a:link, a:visited {
	color: #C8C5C0;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.Text_lnk a:hover, a:active {
	color: #C8C5C0;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	letter-spacing: 2px;
	font-weight: 800;
}
.CategoryHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #C8C5C0;
	background-color: #000000;
	text-align: left;
	text-indent: 5px;
	float: left;
	width: 275px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	clear: none;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	vertical-align: middle;
}
