/* Print Sytlesheet for */

body{
    margin: 0 0 0 0;
	background-color:#FFFFFF;
    color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
	
}

#PrintSection{
	margin-left: 1%;
	margin-right: 1%;
	width: 700px;
	text-align:left
}

.PageHeader { 
	font-size: 14pt;
	font-weight: bold;
	color: #0061aa;
}

.PageSubHeader{
	font-size : 11pt;
	font-weight: bold;
	color: #0061aa;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}


.thumbImage	{ 
	max-width:700px;
	max-height:117px; 
} 

*html. thumbImage{
	width:expression(this.width>700&&this.width>this.height?117:auto); 
	height:expresion(this.height>117?117:auto); 
}



/*
body{
    margin: 0 0 0 0;
	background-color:#FFFFFF;
    color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

#PrintSection{
	margin-left: 1%;
	margin-right: 1%;
	width: 1000px;
	text-align:left
}

.PageHeader { 
	font-size: 14pt;
	font-weight: bold;
	color: #0061aa;
}

.PageSubHeader{
	font-size : 10pt;
	font-weight: bold;
	color: #0061aa;
}
*/