/* the main body of the page */
body {width: 800px; background-color:white; font-family:arial; color:black;  font-size:10pt; margin-top:2px; margin-left:2px;}

/* the main table */
table {font-family:arial; color:black; font-size:10pt;}

/* the images */
img {margin-bottom: 5px;}

/* the horizontal lines */
hr {width: 100%; height:1; color: gray}

/* the thumbnail image tds */
td {vertical-align:top; border-bottom:'1 gray solid'; border-right:'1 silver solid'; background-color:white;} 

/* the paragraph text */
p	 { margin-top: 5; margin-bottom: 5; } 

/* the hyperlinks (normal, mouseclick and mouseover) */
a   {text-decoration: none; color: navy; }
a:active {color: purple }  
a:hover  {color: purple }
 
/* style for the title of the page */
.Title {font-family:arial; font-size:14pt; color:black; font-weight:bold;}
 
/* style for the title of the page */
.SmallText {font-family:arial; font-size:7pt; color:black;}

/* the TDs which are not image TDs */
.MainTD {vertical-align:middle; border-bottom:'0 black solid'; border-right:'0 silver solid'; background-color:white;}

/* the image TDs without images in (to make up the count to 6 TDs per row */
.EmptyTD {border-bottom:'0 black solid'; border-right:'0 silver solid'; background-color:white;}

/* the individual image pages */
/* the text that goes with the image */
.ImageTextP { font-weight:bold; }

/* the info text that goes with the image (image 3 out of 7)... */
.InfoTextP { font-size: 8pt; }