html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
}

th, td, p, div, ul, li
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 14px;
	margin: 3px 0 5px;
	color: #cb001e;
}

h2
{
	font-size: 13px;
	margin: 2px 0 3px;
}

h3, h4, h5, h6
{
	font-size: 12px;
	margin: 1px 0 2px;
}

/* >> DAF Video AddOn popup*/
	#dafVideoPopupContentShell .frame,
	#dafVideoPopupContentShell .rightBorderElms
	{
		float: left;
	}
	
	#dafVideoPopupContentShell .frame
	{
		width: 415px;
	}
	
	#dafVideoPopupContentShell .frame img
	{
		width: 385px;
	}
	
	#dafVideoPopupContentShell .rightBorderElms
	{
		width: 200px;
		height: 375px;
		overflow: auto;
	}
/* << */


