body{margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; cursor:auto; link: }

a:link    { color: #525252 }
a:visited { color: black; }
a:hover   { text-decoration:none; color: #758B67; }

/* top level specification controls everything unless lower level specifiction overrides it */
.mytable {font-family: verdana,arial; font-size: 8pt; color: #00000;}

	/* content table specification */
	.content_table{font-family: verdana,arial; font-size: 8pt; color: #00000; padding: 0px; background-color: "#ffffff";}
	
		/* content table cell specification */
		.content_cell{padding: 6px; background-color: "#ECEEEA";}

	/* call out tables specifications */
	.callout_table {font-family: verdana,arial; font-size: 8pt; color: #00000; background-color:"#ECEEEA"; padding: 4px;}
		
		/* call out tables cell headings specification */
		.cell_heading{padding: 3px; background-color: "#758B67"; background-image: url('../images/horizontal_shade.jpg'); background-repeat: repeat-x; background-position: left bottom; color: #ffffff;}
	
	/* call out table on secondary pages specifications */
	.callout_table_secondary_page {font-family: verdana,arial; font-size: 8pt; color: #00000; background-color:"#D7DBD2"; padding: 4px;}

