.border {
	border: 1px solid #939598;
}
.tx-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
