body {
			background-color: #ffffff;
		}

		h1, span, div, a, p {
			font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, "Arial";
		}

		h1 {
			color: #333333;
			font-size: 24px;
			font-weight: bold;
		}

		#videoArea .videoHeader {
			background: url( /pics/bg_video_top.png ) no-repeat top left;
		}

		#videoArea .videoFooter {
			background: url( /pics/bg_video_bottom.png ) no-repeat top left;
		}

		#videoArea .videoGrLeft {
			background: url( /pics/bg_video_left.png ) repeat;
		}

		#videoArea .videoGrRight {
			background: url( /pics/bg_video_right.png ) repeat;
		}

		#videoArea .videoContent {
			background: url( /pics/bg_video_grad.png ) repeat;
		}

		.programHeader {
			padding-bottom: 15px;
		}

		.programHash,
		.programTitle {
			color: #ffa31a;
			font-size: 16px;
			font-weight: bold;
		}

		.programDate {
			color: #99a7a3;
			font-size: 14px;
			font-weight: bold;
		}

		.responseTime {
			color: #ffa31a;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
		}

		.responseText {
			color: #ffffff;
			font-size: 12px;
		}

		.responseRowU {
			background-color: #1f1f1f;
		}

		.responseRowA {
			background-color: #313131;
		}

		.prevRes a:link, .prevRes a:visited, .prevRes a:hover,
		.nextRes a:link, .nextRes a:visited, .nextRes a:hover,
		.prevRes, .nextRes {
			color: #333333;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}

		.nextRes a:hover,
		.prevRes a:hover {
			text-decoration: underline;
		}

		.programTitle {
			color: #ffa31a;
			font-size: 14px;
			font-weight: bold;
		}

		.programDay {
			color: #99a7a3;
			font-size: 14px;
			font-weight: bold;
		}

		.programCount {
			color: #99a7a3;
			font-size: 14px;
			font-weight: bold;
		}

		.programRowU {
			background-color: #f8f8f8;
		}

		.programRowA {
			background-color: #ededed;
		}

		.programMore a:link, .programMore a:visited, .programMore a:hover {
			color: #ffa31a;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
		}

		.programMore a:hover {
			text-decoration: underline;
		}

		.videoDock p {
			font-size: 12px;
			color: #7f7f7f;
			line-height: 20px;
		}

		.videoDock p a:link, .videoDock p a:visited, .videoDock p a:hover {
			color: #99a7a3;
			font-weight: bold;
			text-decoration: none;
			font-size: 12px;
		}
		
		.twitter {

		}
