@charset "utf-8";
/* CSS Document */

body {background-image:url(../img/back.jpg); background-repeat:repeat; font-family:Arial, Helvetica, sans-serif}
.middle {
	background-image:url(../img/middle.jpg);
	background-repeat:repeat-y;
	text-align: center;
}
h1 {font-family:Calibri, Arial, Helvetica, sans-serif; font-size:24px; color:#333333; margin:20px 0 20px 0}
#main {
	padding:20px 25px 0 25px;
	text-align:center
}
.text14 {font-size:14px}
.text16 {font-size:16px}
.text18 {font-size:18px}
.text20 {font-size:20px}
.arial {font-family:Arial, Helvetica, sans-serif}
.currier {font-family:"Courier New", Courier, monospace}
.black {color:#333333}
.red {color:#b12025}
.red a {color:#b12025}
.blue {color:#002060}
.lineheight {line-height:22px}
.highlight {background-color:#ffff82}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border-width: 2px;
	border-style:solid;
	border-color:#fcf2d7;
}
.highslide:hover img {
	border-width: 2px;
	border-style:solid;
	border-color:#b12025;
}

.highslide-image {
    border-bottom: 1px solid white;
	z-index:1000;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.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;
		z-index:1000;
    /*
    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: 1px;
		z-index:1000;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
		z-index:1000;
}
.highslide-display-block {
    display: block;
		z-index:1000;
}
.highslide-display-none {
    display: none;
}

