/*
This version is for a white bgnd. Fonts are Black
*/

/* classes used in: index.htm: 
table.topbar
td.topbar1
td.topbar2
hr.section
h2.aside
table.midsection
td.mid1
h1.mid1
td.mid2
table.bigpic
image.bigpic
(td.bigpic)
table.thumbs
td.thumb
*/

body { font-family:Verdana,Helvetica,"Times New Roman",Times,serif; font-size:10pt;}

table.topbar { font-size:9pt;  width:100%;  color:Black;}
/*table.topbar { font-size:9pt;  width:100%;  color:White;  background-color:#DDDDDD;}*/
.topbar2 {color:#eeeeee; font-size:7pt; }
hr.mid1 {color:#eeeeee;}

/*td.mid1 { background-color:#DDDDDD; padding:10;}*/
td.mid1 { font-size:10pt; padding:10;}
td.mid2 { font-size:12pt;  padding:12;}

/*h1.mid1 { font-size:18pt; font-weight:bold; color:White; }*/
h1.mid1 { font-size:18pt;  font-weight:normal; color:White; }
p.mid1 { font-size:13pt;  color:White;}


.aside { font-size:10pt; font-style:italic; text-align:Right; margin-bottom:0pt; 
     color:Black; background-color:#ffffff; }
.caption {font-size:10pt;  text-align:Center;  padding-top:0%; padding-bottom:2%; }  /*font-weight:bold;*/

td.thumbsel {border:Red; }
