/* 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;
}
/* for main home page*/

/*site colour*/
.deepbgcolor{
	background-color:#336666; 
}
.lightbgcolor{
	background-color:#336666;
}
.middlebgcolor{
	background-color:#99CCCC; 
}
/*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;
}
.mtitlefont{
	font-size : 16px;
	font-weight : bold;
	color: #000000;
	font-style: normal;
}
.bigtitlefont{
	font-size : 18px;
	font-weight : bold;
	color: #000000;
	font-style: normal;
}

