@charset "utf-8";
.td_bg {
	font-size: 1em;
	background-color: #D5FFFF;
	background-image: url(../img/attend_list_BG.png);
	background-repeat: repeat-x;
}
.name_text {
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #A21602;
	font-weight: bold;
	line-height: 1.5em;
}
.city_text {
	font-size: 1em;
	text-transform: capitalize;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
}
.state_text {
	font-size: 1em;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-weight: bold;
}
.date_text {
	font-size: 1em;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
}
.BTN_email {
	background-color: #FFF;
	height: 24px;
	width: 38px;
}
.BTN_email:hover {
	background-color: #FF0;
}
.BTN_email:active {
	background-color: #0FF;
}
