/* @page { size 8.5in 11in; margin: 2cm } */

@page 
{
	margin: 3cm;
/*	size: 8.5in 11in;
	orphans: 4;
	marks: cross;*/
}

@page :left 
{
	margin-left: 2cm;
	margin-right: 3cm;
	margin-top: 2cm;
	margin-bottom: 2cm;
}

@page :right 
{
	margin-left: 3cm;
	margin-right: 2cm;
	margin-top: 2cm;
	margin-bottom: 2cm;
}

* 
{
	background-color: white !important;
	color: #000 !important;
}

body 
{
	background: #fff;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
/* 	font-size: 14pt; */
	line-height: 1.33em;
	color: #000;
}

/* -- set page breaks -- */
h1 { page-break-after: avoid; }
h2 { page-break-after: avoid; }
h3 { page-break-after: avoid; }
h4 { page-break-before: avoid;}

.headermenu,.footermenu
{
	display: none;
}


.headerlogo
{
	height: 53px;
/* 	background: #fff url('../images/tvblob_box.gif') no-repeat top left; */
	margin-left: 30px;
/* 	margin-left: -30px; */
	border-bottom: 1px solid #cc6633;
	padding-bottom: 10px;
}

.headerlogo img
{
	margin-left: -30px;
}


#box,#sidemenu
{
	display: none;
}

#content
{
	position: absolute;
	width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
/* 	border: 1px solid red; */
/* 	height: 100%; */
}

h1
{
	font-size: 24pt;
	margin-top: 40px;
}

h2
{
	margin-bottom: 15px;
}

p,li
{
	line-height: 2em;
	font-size: 8pt;
/* 	font-size: 12pt; */
}

img
{
	display: block;
	border: 0;
}

a, a:visited
{
	color: #000;
	border: 0;
	text-decoration: none;
}

#content .leftside, #content .rightside
{
	clear: both;
	position: relative;
	width: 90%;
/* 	border: 1px solid red; */
	padding: 5px;
}

#footer
{
	position: absolute;
	display: block;
	border-top: 1px solid #cc6633;
	top: 10.4in;
	width: 100%;
	padding-top: 10px;
	text-align: center;

}
