.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.bodytextwhite:link {
	color: #FFFFFF;
}
a.bodytextwhite:visited {
	color: #FFFFFF;
}
a.bodytextwhite:hover {
	color: #66CCFF;
}
a.bodytextwhite:active {
	color: #FFFFFF;
}
.bodytext10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 92cae5;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2257A7;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.titleproducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #005BC5;
	font-weight: bold;
}
.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.border {
	border: 1px solid #005AC6;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}

#slideshow IMG.active {
    z-index:2;
}

#slideshow IMG.last-active {
    z-index:1;
}


#slideshow2 {
    position:relative;
    height:535px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}

#slideshow2 IMG.active {
    z-index:2;
}

#slideshow2 IMG.last-active {
    z-index:1;
}


