/* CSS Document */



body	{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #fff;
	}

img	{
	border: 0;
	display: block;

	}
	
	.scrollablecontent { 
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	bottom: 40px;
	/*bottom: 35px; 40px */
	height: 447px;
	overflow: hidden;
 	visibility: visible;
	
}
.scrollercontrols { 
	position: absolute;
	right: 0px;
	bottom: -35px; /* 0px */
	visibility: visible;
	
}
	
	
	

.fototext { 
  font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
	
.inline	{
	display: inline;
	}

	
.hide {
	display: none;
	}

p, dd, dl 	{
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	
	}
	
li, ul 	{
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	
	}
	
strong {
	font-weight: bold;
	}	
	
h1	{
        font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #C73737;
	}

.date	{
	font-size: 10px;
	color: #111111;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	}		


a	{
	text-decoration:	none;
	font-weight:	normal;
	color: #FF6600;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#C73737;
	background-color: transparent;
	border-bottom: none;
	}
	
a:visited	{
	color:	#C73737;
	background-color: transparent;
	border-bottom: none;
	}
	
a:hover	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: none;
	}
	
a:active	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: none;
	border-top: none;
	}
	
	
