/* for different channel only change three colors value: deepbgcolor middlebgcolor and lightbgcolor 

   remember to change the deepbgcolor value in leftnav.css

*/



body

{

	font-family : Arial, Helvetica, sans-serif;

	font-size : 12px;

	color :#333333;

	background-color : White;

	margin-top : 0;

	margin-left : 5;

	margin-right : 0;

	text-align : left;

}

table

{

	font : Arial, Helvetica, sans-serif;

	font-size : 12px;

	border : 0px;

}

img

{

	border : 0px;

}

ul

{

	list-style : square;

	margin-left : 15;

	margin-top : 5;

}

a:link{

	color: #000000;

	text-decoration : underline ;

}

a:visited{

	color: #000000;

	text-decoration : underline;

}

a:hover{

	color: #ED0711;

	text-decoration : underline;

}



/* for main home page*/

.regular {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: xx-small;

	font-style: normal;

}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

	font-style: normal;

}

.event {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: medium;

	font-style: normal;

	/*color:#0A50A1;*/

	color:#000000;

}

/* for main home page*/



/*site colour*/

.deepbgcolor{

	background-color:#0A50A1; 

}

.lightbgcolor{

	background-color:#0A50A1;

}

.middlebgcolor{

	background-color:#d0c3c3; 

}

/*site colour*/



.ittitletb{

	font-size : 18px;

	font-weight : bold;

	color: #FF0909;

	font-style: normal;

}

.ittitletb1{

	font-size : 14px;

	font-weight : normal;

	color: #F30909;

	font-style: normal;

}




