body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	background-image: url("images/bgTile.jpg");
}
.popup {
	background-image: url("images/popBg.png");
}
td, tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 0px 3px;
}
.light {
	color: #A6A6A6;
}
/* live */
td.live,tr.live {
	color: #ffffff;
	font-size: 14px;
}
a.live {
	color: #ffffff;
	text-decoration: none;
}
a.live:hover {
	color: #ffffff;
	text-decoration: underline;
}
