/*
 * Combined style sheet for the index pages and the slide pages.
 */


/*general style*/

body {	
	font-family: Tahoma, Arial,helvetica;
	margin: 0px;
	padding: 0px;
}

 SAMP {
	font-style: normal;
 }
 SMALL {
	font-family: Arial,helvetica;
	font-size: 12px;
 }
 A {
	text-decoration: undeline;
	color: #009966;
 }
 A:hover {
	text-decoration: none;
	color: #FF9900;
 }
 H3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
 }
 P, UL, OL, LI, BLOCKQUOTE {
	font-size: 12px;
 }
 
.generator {
	text-align: left;
 	color: #666666;
 	font-size: 10px;
 	font-weight: normal;
	padding-left: 10px;
  }

 
 .header {
	 color: #000000;
	 font-size: 24px;
	 font-weight: normal;
 }
 .subheader {
	 color: #696969;
	 font-size: 14px;
	 font-weight: normal;
 }
 .detaillist {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
 }
 .detaillist_header {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
 }
 .detaillist_link {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
 }
 .tab {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
 }
 .select_exh  {
	color: #8d4650;
	font-size: 11px;
	font-weight: bold;
 }
 FORM {
	font-family: helvetica;
	font-size: 10px;
 }
 INPUT,SELECT,OPTION {
	font-family: helvetica;
	font-size: 10px;
	background-color: #f3f2ed;
	color: #333333;
 }

 FORM {
	margin-bottom : 0px;
	margin-top : 4px;
 }
 
 .rover {background: #B2B2B2; }
 .rover A {color: #ffffff; }

.thumbinfo {
  vertical-align: top;
  margin-top: 2px;
  margin-bottom: 10px;
  display: block;
}






#mainTbl, #IndexTbl {
	width: 100%;
}

#mainTbl td, #IndexTbl td {
	padding: 3px;
}

#thmbCnt {
	text-align: center;
}

#thumbTbl {
	margin-left: auto;
	margin-right: auto;
}

#thumbTbl td {
	width: 110px;
	font-size: 12px;
	padding: 3px;
}

#thumbTbl img {
	border: 1px solid #009966;
}

.nav {
	font-size: 18px;
	background-color: #009966;
	color: white;
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

.nav td {
	text-align: center;
}

.thumbbar {
	width: 50px;
	height: 50px;
	border: 2px solid #009966;
}


#indexTxt {
	text-align: center;
	font-size: 14px;
	width: 60px;
}

#tumbsOpt {
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}

#mainImg {
	text-align: center;
}

#subheader {
	text-align: center;
	color: #009966;
	font-size: 18px;
	font-weight: bold;
}






