	/***********************************************************************/
/*                        stylesheet for print                         */
/***********************************************************************/
body
{
  background: white;
  margin:0;
  padding:0;
  text-align: center;
  color: #000000;
  font-family: trebuchet ms, lucida sans, verdana, sans-serif;
  font-size:12pt;
  height:100%;
}
h1
{
	font-size:28pt;
	color:#0707e2;	
}
h2
{
	font-size:14pt;
	color:#00CC00;	
	padding-left:20px;
}
h3
{
	padding-left:20px;
		font-size:16;
	color:#000000;
}
div.block
{
	width:90%;
	padding-left:20px;
	text-align:left;
}
img
{
	vertical-align:middle;
	border:none;
}
.legal, .copyrights
{
	
	font-size:8pt;
}

.copyrights
{
	vertical-align:top;
}
	a, a:active 
	{
	color:#0707e2;	
	}
	a:visited
	{
	color:#a2a2a2;	
	}
/***********************************************************************/
.error
{
  font-size : 10pt;
  font-weight: bold;
  font-style: italic;
  color: #FF0000;
}
div.error
{
  clear : both;
}
/***********************************************************************/
			
/***********************************************************************/
/*                        header                                       */
/***********************************************************************/
			iframe
			{
			frameBorder : 0;
			width:100%;
			padding:0px;
			border: none ;
			margin:0px;
			}
			table
			{
				border:none;
			}
			table td
			{
			padding-left:50px;
			}

/***********************************************************************/
/*                        header                                       */
/***********************************************************************/
table.header
	{
		background-image: url('../images/header/background.gif');
		border:0px;
		width:100%;
		margin:0; padding:0;
		border-collapse: collapse;
		text-align:left;
	}
	table.header td
	{
		text-align:left;
	}
	table.header td.tabs
	{
		vertical-align:bottom;
		text-align:right;
	}
/***********************************************************************/
	
