
body { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #B0AFAF;
	line-height: 1.2;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}



h1
	{font-family: arial,sans-serif; font-size: 12px; text-indent: 1cm; }


.title
	{font-family: arial,sans-serif; font-size: 17px; font-weight: bold; }

.bg
	{font-family: arial,sans-serif; font-size: 14px; font-weight: bold; }
.bgNorm
	{font-family: arial,sans-serif; font-size: 14px; font-weight: normal; }

.med
	{font-family: arial,sans-serif; font-size: 13px; font-weight: bold; }
.medNorm
	{font-family: arial,sans-serif; font-size: 13px; font-weight: normal; }

.sm
	{font-family: arial,sans-serif; font-size: 10px;}

.wh13
	{font-family: arial,sans-serif; color: #fff; font-size: 13px; }
.wh
	{font-family: arial,sans-serif; color: #fff; font-size: 15px; }

.indent
	{font-family: arial,sans-serif; font-size: 12px; text-indent: 1cm;}

p {
	font-family: arial,sans-serif; 
	font-size: 12.5px; 
	line-height: 1.25;
}



/* ANCHORS */

a	             	 { color:#000; text-decoration:underline; font-weight: bold; outline: none;}
a:link              { color:#000; text-decoration:underline; font-weight: bold; }
a:visited           { color:#000; text-decoration:underline; font-weight: normal; }
a:hover             { color:#434242; text-decoration:underline; font-weight: bold; }
a:active            { color:#000; text-decoration:underline; font-weight: bold; }

a.whiteLINK {text-decoration:underline; color: #fff; font-size: 15px; }

#slideshow {
    position:relative;
}

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

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

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

