a {
font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
color: #000000;
font-size: 12px;
text-align: center;
font-family: Arial, Courier New, Franklin Gothic Medium, Tahoma, Times New Roman, Verdana;
}
.bgscreen
{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
#back-top {
	position: fixed;
	bottom: 0;
	padding-left: 5px;
}
#back-top a {
	width: 40px;
	display: block;
	font-family: Arial, Helvetica, sans-serif; 
  	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	color: #ffffff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFFF00;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 100px;
	background: #FF0000 url(../images/up-arrow.png) no-repeat center center; 
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #000000;
}
.style109 
{	
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 
{	
	font-size: 16px;
	color: #FFFFFF;
}
.style114 
{	
	font-size: 12px;
	color: #000000;
}
.style108 
{
	font-size: 18px;
	font-weight: bold;
}
.style2 
{
	font-size: 18px
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {font-size: 16px
}
.style5 {color: #FFFF00
}
.style14 {font-size: 14px
}
.color-orange { color: #ffa200; }
.color-yellow { color: #ffea00; }
.color-green { color: #c0ff00; }
.color-blue { color: #00c0ff; }
.color-purple { color: #ae00ff; }
.color-pink { color: #ff0048; }
.color-gray { color: #5d5d5d; }
.bgcolor-orange { background-color: #ffa200; }
.bgcolor-yellow { background-color: #ffea00; }
.bgcolor-green { background-color: #c0ff00; }
.bgcolor-blue { background-color: #00c0ff; }
.bgcolor-purple { background-color: #ae00ff; }
.bgcolor-pink { background-color: #ff0048; }
.bgcolor-gray { background-color: #5d5d5d; }
.bdcolor-orange { border-color: #ffa200; }
.bdcolor-yellow { border-color: #ffea00; }
.bdcolor-green { border-color: #c0ff00; }
.bdcolor-blue { border-color: #00c0ff; }
.bdcolor-purple { border-color: #ae00ff; }
.bdcolor-pink { border-color: #ff0048; }
.bdcolor-gray { border-color: #5d5d5d; }

.style7 {
	font-size: 16px;
	font-weight: bold;
}
.style119 {color: #FFFF00;
	font-weight: bold;
}
.style122 {color: #FFFFFF}
#maincontainer{
width: 1015px; /*Width of main container*/
background-color:#FFFFFF;
margin: 0 auto; /*Center container on page*/
border:2px #FFFFFF solid;
}
#maincontainer2{ border:1px #e0e0e0 solid; background-color:#FFF; padding:5px; }

.info{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family: Tahoma, sans-serif;
color: #666666;
font-size: 12px; 
line-height: 1.5em;
}
#info{ clear: left; width: 100%; color: #000; font-size:12px; }
#info a:link {color:#F00; text-decoration:none;}      /* unvisited link */
#info a:visited {color:#F00; text-decoration:none;}  /* visited link */
#info a:hover {color:#F00; text-decoration:none;}  /* mouse over link */
#info a:active {color:#F00; text-decoration:none;}  /* selected link */

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
font-size: 12px; 
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
.title-font{ display: block; color: #111; font-size:24px; }
#channeltv{
width: 665px;
height: 550px;
}
.label {
    padding: 1px 3px 2px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding-right:5px;
}
.label.notice {
    background-color: #62cffc;
}

.label.green {
    background-color: #0C0;
}