body {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */

	background-image:url('/images/bg_grad_blue850.jpg');
	background-repeat: repeat-x;

//	color: #000000; 
//	background-color: #003469;

//	background-color: #FFFFFF;
//	font-family: "Tahoma";
//	font-size: small;
	font-family: "Trebuchet MS";
	font-size: small;

}

TABLE {
	padding: 0;
	border-collapse: collapse;
}

.videocell {
	background-color: #000000;
	vertical-align: middle;
	horizontal-align: center;
}

.clock
{
	background-color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	border-style: none;
	width: 147px;
	frameborder="0";
}

A:link {
//	font-family: "Trebuchet MS";
//	font-size: small;
	text-decoration: none;
	color: blue;
}

A:visited {
//	font-family: "Trebuchet MS";
//	font-size: small;
	text-decoration: none;
	color: blue;
}

A:active {
//	font-family: "Trebuchet MS";
//	font-size: small;
	text-decoration: none;
	color: blue;
}

A:hover {
//	font-family: "Trebuchet MS";
//	font-size: small;
	text-decoration: none;
	color: red;
}