@charset "utf-8";
.boxStyle {
	width: 300px;
	margin-bottom: 20px;
	border: 1px none #ECF5FF;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 20px;
}
.boxStyle:hover {
	width: 300px;
	margin-bottom: 20px;
	border: 1px none #FF3300;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FBFBFB;
}
.boxTXBig {
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDD5;
}
.BigTx {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.boxTXSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}
.boxURL {
	text-decoration: none;
	margin-top: 5px;
}
.boxURL:hover {
	text-decoration: none;
	margin-top: 5px;
	background-color: #F5FFB0;
}
.URLTx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8DA100;
	text-decoration: none;
	font-weight: bold;
}
.URLTx:hover {
	text-decoration: none;
}

