      p { color: #000000; font-size: 10pt; font-weight: normal; text-decoration: none; font-family: verdana;}
      .p1 { color: #FFFFFF; font-size: 12pt; font-weight: bold; text-decoration: none; font-family: verdana;}
      li { color: #000000; font-size: 10pt; font-weight: normal; text-decoration: none; font-family: verdana;}
      a { color: #006633; font-size: 10pt; font-weight: bold; text-decoration: underline; font-family: verdana;}
      a:hover { color: #333399; font-size: 10pt; font-weight: bold; text-decoration: underline; font-family: verdana;}
      a.menu { color: #FFCC00; font-size: 10pt; font-weight: bold; text-decoration: underline; font-family: verdana;}
      a.menu:hover { color: #FFFFFF; font-size: 10pt; font-weight: bold; text-decoration: underline; font-family: verdana;}
      h1 { color: #006633; font-size: 14pt; font-weight: bold; text-decoration: none; font-family: verdana;}
      h2 { color: #FFFFFF; font-size: 12pt; font-weight: bold; text-decoration: none; font-family: verdana;}  
      h3 { color: #333399; font-size: 10pt; font-weight: bold; text-decoration: none; font-family: verdana;}   
      .heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #999999}
      .style1 {color: #FFCC00}
      
/* Gallery Styles  */

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

/* Place the sidebar on the right edge of the window
   Side effect: also moves the mail folder to the right side 
(Bug 226926)

 */
window > hbox {
  direction:rtl;
}
window > hbox > * {
  direction:ltr;
}
