/* CSS Document */

#divUpControl {
	position:relative;
	width:11px;
	height:9px;
	z-index:1;
	text-align: right;
	}

#divDownControl {
	position:relative;
	width:11px;
	height:9px;
	z-index:1;
	text-align: right;
	}

#divContainer {
	visibility: hidden;
	overflow: hidden;
	width:292px;
	clip: rect(0px 292px 292px 0px);
	position: relative;
	height: 292px;
	}

#divContent {
	left: 0px;
	position: absolute;
	top: 0px;
	margin: 0 3px 0px 10px;
	font-family: times, new york, serif;
	color: #C1B29D;
	font-size: 10pt;
	}

#divContent td {
	font-family: times, new york, serif;
	color: #C1B29D;
	font-size: 10pt;
	}

#divContent strong {
	font-family: times, new york, serif;
	color: #DDD0BD;
	font-size: 10pt;
	font-weight: bold;
	}

#divContent a {
	font-family: times, new york, serif;
	color: #C1B29D;
	font-size: 10pt;
	text-decoration: none;
	}

#divContent a:hover {
	font-family: times, new york, serif;
	color: #C1B29D;
	font-size: 10pt;
	text-decoration: underline;
	}

.credits  {
	font-family: times, new york, serif;
	color: #DDD0BD;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #F0EBD8;
	}

