/* CSS Document */

td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: normal;
}

td.header {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	color: White;
}
td.sponsor {
	border-width: 1px;
	border-style: solid;
	border-color: #FFCC00;
	padding: 6px;
}

td.video {
	border-width: 1px;
	border-style: solid;
	border-color: #3366CC;
	padding: 6px;
}

td.video p {
	line-height: normal;
}

td h1 {
	line-height: 120%;
	padding-top: 12px;
	padding-bottom: 12px;
}