.bgcolor01{background-color:#ffffff;}

.Link1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #336699;
}

.copyRights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.bodytext_sublines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.bodytext_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.bodytext_hdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}

.bodytext_hdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: Bold;
	color: #E03C30;
}
.bodytext_hdr3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.arow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
.righlinks_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.righlinks_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.righlinks_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF7600;
	text-decoration:none;
}

.right_links_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF7600;
	text-decoration:none;
}

.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.toplinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #E03C30;
	text-decoration:none;
}
.toplinks_clicked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #E03C30;
	text-decoration:none;
}

.dottedLine {
height:15;
background-image:url(../images/dotted_lineHrt.jpg);
background-repeat:repeat-x;
vertical-align:bottom;
}

.dottedLine_2line {
height:15;
background-image:url(../images/dotted_lineHrt_double.jpg);
background-repeat:repeat-x;
vertical-align:bottom;
}

.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #336699;
}

.a.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #336699;
}

a:hover.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color: #E03C30;
}


a.new_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #336699;
}

a:hover.new_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #E03C30;
}

/* 
ACT TELEVISION WEBSITE dropdown content CSS
*/

.padding15 {
	padding-left: 15px;
}

.dropdown_bg {
	background-color: #333333;
	BORDER: #535353 1px solid;	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}


.arrowlistmenu{
width: 664px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background-image:url('../img/dropdown_bar_close.gif');
background-repeat:repeat-norepeat;
font: bold 14px Arial;
color: #ffffff;
margin-top: 0px; /*bottom spacing between header and rest of content*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 8px 0 8px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:url('../img/dropdown_bar_open.gif');
background-repeat:repeat-norepeat;
font: bold 14px Arial;
color: #000000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding-left: 19px; /*link text is indented 19px*/
font-family: Arial;
text-decoration: none;
font-weight: normal;
font-size: 11px;
padding-bottom: 5px;
padding-top: 5px;
BORDER-bottom: #808080 1px solid;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #333333;
}



/* 
ACT TELEVISION WEBSITE channels dropdown content CSS
*/




.arrowlistmenu1{
width: 685px; /*width of accordion menu*/
}

.arrowlistmenu1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
height: 10px;
font: bold 9px Arial;
color: #cbcbcb;
margin-top: 0px; /*bottom spacing between header and rest of content*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 10px 0 8px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 9px Arial;
color: #cbcbcb;
}

.arrowlistmenu1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu1 ul li a{
color: #ffffff;
display: block;
padding-left: 19px; /*link text is indented 19px*/
font-family: Arial;
text-decoration: none;
font-weight: normal;
font-size: 9px;
padding-bottom: 5px;
padding-top: 5px;
BORDER-bottom: #808080 1px solid;
}

.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #333333;
}



.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:none;
	color: #333333;
	cursor: pointer; 
	cursor: hand;	
}


.tablebg {
	background-color: #cccccc;
}

.tabletxtdhr1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E16B8B;
}

.tabletxtdhr {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #E16B8B;
	text-decoration: none;
	background-color: #ffffff;
}

.tabletxtdhr1 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #E16B8B;
	text-decoration: none;
	background-color: #ffffff;
}

.tabletxt {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	padding-bottom : 11px;
	padding-top : 11px;
}

a.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}

a:hover.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}
	
	