body {
	scrollbar-base-color: #5B0000;
	scrollbar-arrow-color: #E9807F;
	scrollbar-track-color: #8A0000;
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000;
	scrollbar-darkshadow-color: #8A0000;
	scrollbar-highlight-color: #FD9B9C;
	scrollbar-3dlight-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FEA4A4;
	background-color:#901615;
	background-image:url('/pics/bg.jpg');
	background-repeat:repeat-x;
	margin:0px ;
}

.leftbg {
	background-image:url('/pics/guapoleft.jpg') !important;
	background-repeat:no-repeat; 
	background-position:right top;
}

.rightbg {
	background-image:url('/pics/guaporight.jpg') !important;
	background-repeat:no-repeat; 
	background-position:left top;
}


.margin {margin-left: 6px; margin-right: 6px }


a:link,a:visited,a:active,a:hover { color:white;
}

td {
              font-size: 8pt;
              font-family: Verdana,Geneva, Arial, Helvetica, san-serif;
              font-weight: normal;
              color: #ffffff
    }

a.linking:link, a.linking:visited, a.linking:active  {
	color: #ffffff;
	text-decoration: underline;
	}
	
a.linking:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

a.topmenu:link,  a.topmenu:active, a.topmenu:visited  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.topmenu:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: grey;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 490px;
	
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	/*float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);*/
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* Individual CSS-classes: white */
.highslide-white {
	background-color: white;
}
.highslide-white .highslide-image {
	border: 5px solid white;
	
}
.highslide-white .highslide-caption {
	background-color: white;
}
.highslide-white .control, .highslide-white .control * {
	color: #666;
}
.highslide-white .highslide-html {
    border: 2px solid white;
}

.highslide-white .highslide-html-content {
    width: 490px;
    padding: 5px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* Controlbar example */
.controlbar5 {	
	background: url(highslide/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(highslide/graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

