﻿body {
	border-style: none;
	border-width: 0;
	border-color: inherit;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #666666;
}
#container {
	margin: 30px auto 30px auto;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #FFFFFF;
	width: 956px;
	padding: 0;
	border: thin solid #FFFFFF;
}
#content {
	width: 926px;
	margin: 0;
	padding: 15px;
	border: 0;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #FFFFFF;
	width: 956px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	border-top-style: 15;
	border-right-style: 15;
	border-bottom-style: 15;
	border-left-style: 15;
	border-style: none;
	border-width: 0;
	border-color: inherit;
	width: 956px;
	margin: 0;
	padding: 15px;
	background-color: #FFFFFF;
	color: #000000;
}
.href1 {
	color: #000099;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.href1:hover {
	color: #006600;
	text-decoration: none;
}
.heading1 {
	font-size: large;
	font-weight: bold;
	color: #666666;
}
.heading2 {
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.heading3 {
	font-size: x-small;
	font-weight: bold;
	color: #999999;
}
.highslide {
	cursor: url(scripts/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.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(scripts/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;
}
