@charset "ISO-8859-1";
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.txt a:link{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.txt a:visited{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.txt a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.txt a:active{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.goldtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #887356;
}
.greytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.floatRight {
	float:right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
