.text {
Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
Font-size: 12px;
Font-style: normal;
Text-decoration: none;
color: BLACK;
}
a.text:link, a.text:visited {
color: Black;
text-decoration : underline;
}
a.text:hover {
color: #BD2424;
text-decoration : none;
}
.text-list {
Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
Font-size: 12px;
Font-style: normal;
Text-decoration: none;
color: BLACK;
margin-bottom: 10px;
}
a.text-list:link, a.text-list:visited {
color: Black;
text-decoration : none;
}
a.text-list:hover {
color: #BD2424;
text-decoration : underline;
}
.text1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: Black;
font-style : normal;
text-decoration : none;
}
a.text1:link, a.text1:visited {
color: Black;
text-decoration : none;
}
a.text1:hover {
color: #BD2424;
text-decoration : underline;
}

.menu {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
text-decoration : none;
}
a.menu:link, a.menu:visited {
color: #666666;
text-decoration : none;
}
a.menu:hover {
color: #666666;
text-decoration : underline;
}
.menu1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
color: White;
text-decoration : none;
 font-weight: bold;
}
a.menu1:link, a.menu1:visited {
text-decoration : none;
}
a.menu1:hover {
text-decoration : underline;
}
.small {
Font-Family: Verdana, Geneva, Arial, Helvetica, sans-serif;
Font-size: 10px;
Font-style: normal;
Text-decoration: none;
color: Gray;
}
a.small:link, a.small:visited {
text-decoration : underline;
}
a.small:hover {
color: #BD2424;
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;
}