/* CSS Document */

<!-- 
body { margin:0px; background-color:#fff; height:100% }
html { height:100% }
img { margin:0px; border-style:none }

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.textMAIN {
	font-size: 14px;
	color: #000000;
	font-family:  "Times New Roman", Times, Georgia, serif;
}

.textHEADINGS {
	font-family:  "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	color: #666666;
}

.style4 {
color: #7F002A; font-size:14px;
font-family:  "Times New Roman", Times, Georgia, serif;
}

p:first-child { margin-top:0px }
table { empty-cells:hide }



em { font-style:none }
h1 { font-weight:bold; font-size:16px }
h1:first-child { margin-top:0px }
h2 { font-weight:bold; font-size:14px }
h2:first-child { margin-top:0px }
h3 { font-weight:bold; font-size:12px }
h3:first-child { margin-top:0px }
strong { font-weight:bold }

#slideshow {
    position:absolute;
	left:25px; top:124px; width:600px;
    height:419px;
}

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

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

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

#content {
    position:absolute;
	left:650px; top:124px; width:325px; 
    height:419px;
}

#contact {
position:absolute; left:912px; top:630px; width:63px; height:12px; z-index:4
}