body{
	background: 		url(../images/body_bg.gif) repeat-x;
	background-color: 	#B7BCC3;
	color:				#000000;
	font-family:		Verdana,Arial,Helvetica;
}

.title{
	font-family: 		Lucida Grande, LucidaGrande, Verdana, Lucida, Arial, Helvetica, sans serif;
 	font-weight: 		bold;
	color:				#FFFFFF;
	font-size:			12px;

}

.title a {color: #00FF00;}

.description{
	color:				#000000;
	font-family:		Verdana,Arial,Helvetica;
	font-size:			11px;
}

.TextStyle { 
 font-family: Lucida Grande, LucidaGrande, Verdana, Lucida, Arial, Helvetica, sans serif;
 font-size: 12px;
 color: #000000;
 
}

.description a {color: #000066}

.channel{
	color:				#000000;
	font-family:		Verdana,Arial,Helvetica;
	font-size:			5px;
}

.channel a {color: #000066}

.footer{
	color:				#000000;
	font-family:		Verdana,Arial,Helvetica;
	font-size:			9px;
}

.footer a {color: #000066}

.navicastFooter{
	color:				#333333;
	font-family:		Verdana,Arial,Helvetica;
	font-size:			9px;
}

.navicastFooter a {
	color: 				#666666;
	font-size:			9px;
}

a
{
	color: #004A78;
	font-size:		11px;
	text-decoration: none;
}


DIV.InPageBox
{
	padding: 10px;
	padding-top: 3px;
	background: #FFFFFF url(../images/InPageBoxTop.gif) repeat-x;
	border: 1px solid #CCCCCC;
	width: 653px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:			center;
}

* html DIV.InPageBox
{
	padding: 10px;
	padding-top: 3px;
	background: #FFFFFF url(../images/InPageBoxTop.gif) repeat-x;
	border: 1px solid #CCCCCC;
	width: 653px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.InBoxTopHeadder { 
 font-family: Lucida Grande, LucidaGrande, Verdana, Lucida, Arial, Helvetica, sans serif;
 font-size: 12px;
 font-weight: bold;
 align: center;
  color: #FFFFFF;
}



