/*************************
 * Print Definition
**************************/

html {
    width: 100%;
    }

body {
	background: white;
	width: 90%;
  	}

#header	{
	display: none;
	}

#footer	{
	display: none;
	}
	
/*************************
 * Letter Type Definition
**************************/

.fontiran  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : rgb(0,0,0);
	text-decoration : none;
}
A:link  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : rgb(0,0,0);
	text-decoration : none;
}
A:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : rgb(0,0,0);
	text-decoration : none;

}


.fontiran1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : rgb(0,0,0);
	text-decoration : none;
}


.fontiran2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : rgb(0,0,0);
	text-decoration : none;	
}


.fontiran4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
}

.first-letter {
font-family : Times, serif;
color : #505050;
font-size : 26pt;
line-height: 20pt;
float: left;
padding: 0 1pt 0 0;
font-weight : bold;
}

.first-number {
font-family : Arial, Helvetica, sans-serif;
color : #505050;
font-size : 14pt;
font-weight : bold;
line-height: 100%
}

.fontmoredetails  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	color : #323232;
	text-decoration : none;	
}
A:link.fontmoredetails  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	color : #ff9900;
	text-decoration : none;	
}
A:visited.fontmoredetails  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	color : #ff9900;
	text-decoration : none;	
}
A:hover.fontmoredetails  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	color : #ff7700;
	text-decoration : underline;
}