/*
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; }


#container {
/*	background-color: #FFFFFF; */
	text-align: center;
	padding: 0px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#left {
	float: left;
/*	width: 10px; */
	text-align:left;
/*	padding: 10px; */
	vertical-align:top;
}

#right {
	float: right;
/*	width: 600px;  */
	text-align: center;
/*	padding: 10px; */
	vertical-align:top;
}

#text {
	float: left;
	width: 500px;
	text-align: left;
	vertical-align:top;
/*	font-size: 120%; */
}


