H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	margin-bottom: 0px;
}


.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-style: normal;
	text-decoration: none;
}
a.text:link, a.text:visited {
	color: Black;
	text-decoration: underline;
}
a.text:hover {
	color: #FF6600;
	text-decoration: none;
}
.text1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-style: normal;
	text-decoration: none;
}
a.text1:link, a.text1:visited {
	color: Black;
	text-decoration: none;
}
a.text1:hover {
	color: #FF6600;
	text-decoration: underline;
}
.tabl1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	}
a.tabl1:link, a.tabl1:visited {
	color: Black;
	text-decoration: none;
}
a.tabl1:hover {
	color: Black;
	text-decoration: underline;
}
.down {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	font-style: normal;
	text-decoration: none;
}
a.down:link, a.down:visited {
	color: Gray;
	text-decoration: underline;
}
a.down:hover {
	color: #FF6600;
	text-decoration: none;
}
.menu1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Silver;
	font-style: normal;
	text-decoration: none;
}
a.menu1:link, a.menu1:visited {
		text-decoration: underline;
}
a.menu1:hover {
	color: #FF6600;
	text-decoration: none;
}
.menu2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Silver;
	font-style: normal;
	text-decoration: none;
}
a.menu2:link, a.menu2:visited {
		text-decoration: underline;
}
a.menu2:hover {
	color: #FF6600;
	text-decoration: none;
}
.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px double gray;
}
.highslide:hover img {
	border: 1px dashed Orange;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   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;
}
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;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 8pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: gray;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}