a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


.txt-black {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #393939;
}

a.txt-black:hover {
	color: #000000;
}


.txt-black-s {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;

}

.txt-purple {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #CC0033;
}

.txt-purple8 {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #CC0033;
}

.txt-purple-s {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #CC0033;
}
.txt-purple-s2 {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	color: #CC0033;
}

a.txt-purple-s:hover {
	color: #000000;
}



.txt-white {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.txt-white:hover {
	color: #FF9933;
}
.txt-gray {

	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
}

.txt-gray2 {

	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #F9F9F9;
	border-style:none;
}
.page-title {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.lista {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../images/square-purple.gif);
}
