
body { 
     font-family: Arial; 	
     font-size: 10pt;
     color: #404040;
     background-color: #FFFFFF;
  	 }
h1   { font-size: 12pt; font-family: Arial; color: #1B1464; font-weight: bold }
h2   { font-size: 10pt; font-family: Arial; font-weight: bold }

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #BBBBCC;
}

a:visited {
	text-decoration: none;
	color: #6060B0;
}

a:hover {
	text-decoration: underline;
	color: #6060A0;
}

a:link {
	text-decoration: none;
	color: #6060B0;
}

div
{
width:1;
height:1;
}
.textbox     { 
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
td           { font-size: 10pt;}
th           { font-size: 12pt; background-color:#DBDBDB }

/* Put a border on all generated images */
.image {
	border:3px inset #BBBBBB; margin:5; 