html { margin: 0; padding: 0 }
body {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
	background: white url('bg.jpg'); background-position: 0 0; background-repeat: repeat-x;
  color: black;
  text-align: center;
  margin: 10px 0px 0px 0px; padding: 0px;
}

td { font-family: "Verdana", sans-serif; font-size: 11px; } 

img { border: none; margin: 0px; }
img.with { border: 1px solid #AD0000 ; }
img.shadow {
	background: url(shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

p { text-align: justify; margin: 10px; }

a { text-decoration: none; font-weight: bolder; color: #3366CC; }
a:hover { text-decoration: underline ; color: #D60000;}
a.blue  { text-decoration: underline; font-weight: normal; color: blue; }

h1 { font-size: 12pt; color: #D60000; font-style: italic; display: block; border-bottom: 2px solid #3366CC; padding: 5px; margin: 0 10px 10px 10px; text-align:center}
h2 { background-color: #C7E1F8; font-size: 11pt; color: #325749 ; border-style: solid; border-width: 0 0 1px 0; border-color: #3266CC;  padding: 5px; }
h3 { font-size: 11pt; color: #325749 ; }
h6 { color: #C7E1F8; margin: 0px; font-size: 7pt; font-weight: normal; }
hr { height: 1px; color: #D60000 ; margin-right: 5px; margin-left: 5px;}
#footer a { text-decoration: none; color: white; font-size: 7pt; }

#global { width: 1200px; margin: 38px auto; text-align: left; }
#tglobal { width: 1200px;}
#main { width: 950px; float: right}
#main p, h2, div {margin-left: 10px;}
#menu { width: 228px;  border-right: 1px solid #4066AD; float: left}
#menu h3 { border-bottom: 1px solid #D60000; color: #D60000; background-color: #F5F5F5; padding: 0; margin: 0 0 8px 0}
#menu h3 a { color: #D60000;}
#menu h3 b { font-size: 11px; background-color: #313131; color: white; padding: 2px}
#menu h3 strong { font-size: 11px; }
#menu div { margin-bottom: 10px }
#menu div a { display: block; font-size: 10px; font-weight: normal; padding: 1px 0; color: #3366CC; /* background-image: url('puce2.gif'); background-repeat: no-repeat; background-position: 0 50%; text-indent: 10px */}
#menu div a.current { /* background-image: url('puce3.gif'); */ color: #A7366B}
#menu div a:hover { color: #D60000;}
#menu div a.no { text-indent: 0px; background-image: none;}
#menu a:hover { text-decoration: none  }
#menu h3 a {display: inline; }
.puce { margin: 3px 5px 3px 20px; }
#bullet { margin: 0px 5px 0px 5px; }
#content { padding: 10px; background-color: white; vertical-align: top;}
#content td { border: none; }
#menuindex h2 { background-image: url('puce4.gif'); background-repeat: no-repeat; background-position: 0 0; margin: 25px 0 3px 0; font-size: 12px; padding: 3px; background-color: #313131; color: white; border-bottom: 2px solid #E2E2E2; text-indent: 15px}
#catindex h2 { background-image: url('puce4.gif'); background-repeat: no-repeat; background-position: 0 0; margin: 5px 20px; font-size: 12px; padding: 3px; background-color: #313131; color: white; border-bottom: 2px solid #E2E2E2; text-indent: 15px}
#catindex td { width: 430px; text-align:center}
#photos {width: 100%; }
#photos td { width: 20%; text-align: center; font-size: 8pt;}
#photos td a { font-weight: normal; color: #3266CC; }
#photos td strong { font-weight: normal; }
#photos td a.zoom { font-size: 10px; text-decoration: underline; color: #3266CC; }

.p0 { text-align: center; background-color: #3076C4; color: white; font-weight: bolder; clear: both}
.p0 a { color: #B7D9FF; }
#footer { background-color: #313131; text-align: center}
#tblfooter { width: 1100px; margin: 0 auto; }

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


