/*	--- THIS SECTION FOR TV MINISITE ---	*/


body {
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		/*background-color:#ECECEC;*/
		background-color:#525252;
		}
	
	a {
		text-decoration:none;
		color:#111111;
		}
		
	a:link {
		text-decoration:none;
		color:#808080;
		}
	a:visited {
		color:#808080;
		}
	a:hover {
		color:#C8C8C8;
		}
		

	#tv_contentmain {
		background-color:#ffffff;
		padding:5px;
		margin-left:0px;
		width:600px;/*610*/
		}


	#tv_content {
		background-color:#ffffff;
		padding:5px;
		margin-left:12px;
		margin-right:5px;
		/*float:left;*/
		text-align:justify;
		}
		
		
	#tv_content a:link {
		text-decoration:none;
		color:#808080;
		border-bottom:1px dotted #808080;
		}
		
	#tv_content a:visited {
		color:#808080;
		border-bottom:1px dotted #808080;
		}
		
	#tv_content a:hover {
		color:#C8C8C8;
		border-bottom:1px dotted #C8C8C8;
		}
		
	#tv_content a img {
		margin-bottom: -2px;
		vertical-align: sub;
		}
		
		
	#tv_content img {
	  	border: 1px solid #39698C;
		}
		
	.tv_grey {
		color:#808080;
		}


	.tv_chead {
		font-size:12px;
		font-weight:bold;
		border-bottom:2px #39698C solid;
		border-right:2px #39698C solid;
		margin-bottom:5px;
		margin-top:15px;
		}

	.tv_chead a:link { color:#111111; }
	.tv_chead a:visited { color: #111111; }
	.tv_chead a:hover { color:#DCDCDC; }


	.tv_vhead {
		font-size:12px;
		font-weight:bold;
		
		}

	.tvl {
		border-bottom:1px #DCDCDC solid;
		}



	#tv_bgframe {
		background:#BDBDBD url(/images/tv/32sq.png);
		width:704px;
		margin-right:0px;
		margin-left:0px;
		margin-top:10px;
		padding-top:32px;
		padding-bottom:32px;
		/*padding-left:32px;
		padding-right:32px;*/
		text-align:center;
		font-size:1px;
		}

	#tv_contentleft {
		background-color:#ffffff;
		width:140px;
		/*margin-right:478px*/
		float:left;
		/*position:relative;
		left:0px;*/
		padding:0px;
		border-right:solid 4px #D3D3D3;
		text-align:right;
		}
		
	#tv_download {
		margin:0 auto;
		width:640px;
		height:200px;
		border:solid 4px #000000;
		background-color:#ffffff;
		text-align:center;
		padding:10px;
		}
		
	#tv_help {
		margin:0 auto;
		width:640px;
		border:solid 4px #000000;
		background-color:#ffffff;
		text-align:justify;
		padding:10px;
		}

		
	hr.vid {
		width:570px;
		height:1px;
		color:#C8C8C8;
		background-color:#C8C8C8;
		border:none;
		text-align:center;
		}

