/* CSS Document */
.heading
{
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B30B0D;
	text-decoration:none;
	font-weight:bold;
}

.content
{
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size:12px; border-bottom:#C7C7C7 solid 1px;
	color:#2E3636; 
	text-decoration:none;
	font-weight:none;
}

td{
font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5B6161;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
}

.tele
{
	font-family:"Myriad", Roman;
	font-size:19px;
	color:#ffffff;
	text-decoration:none;
	font-weight:none;

}

.bottomlink
{
	font-family:Myriad,arial;
	font-size:11px;
	color:#2E3636;
	text-decoration:none;
	font-weight:normal; text-transform:uppercase;
	
}

a:hover.bottomlink
{
	font-family:Myriad,arial;
	font-size:11px;
	color:#2E3636;
	text-decoration:underline; text-transform:uppercase;
	font-weight:normal;
	
}
.link1
{
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#2E3636; text-transform:uppercase;
	text-decoration:none;
	font-weight:none;
	
}
a:hover.link1
{
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#A8ABAB; text-transform:uppercase;
	text-decoration:none;
	font-weight:none;
	
}
.copyright
{
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A8ABAB; text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}



#slideshow {
    position:absolute;
    height:274px;
    width:695px;
}

#slideshow DIV {
    position:absolute;
    z-index:8;
    opacity:0.0;
    height: 274px;
    background-color: #FFF;
}

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

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

#slideshow DIV IMG {
    
}


