body {
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-size:10pt;
	color: #FFFFFF;
	}

.header {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #F5F5F5;
	text-align: center;
	line-height: normal;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 5px;
}

.text {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: normal;
	color: #FFFFFF;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #999999;
	text-decoration: none;
}
ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
	list-style-position: outside;
	line-height: normal;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #F5F5F5;
}
.highslide:hover img {
	border: 2px solid #FF0000;
}

.highslide-image {
	border: 5px solid #F5F5F5;
}
.highslide-image-blur {
    cursor: pointer;
}
.highslide-caption {
	display: none;
	border-bottom: 1px white;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	padding: 5px;
	background-color: #000000;
	color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style:normal;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px #999900;
	border-bottom: 1px #999900;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
