@charset "utf-8";
/* CSS Document */

#smartext {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	top: auto;
	right: auto;
	overflow: scroll;
	visibility: visible;
	font-size: 7px;
	font-style: normal;
}

#info {
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
	background-color: #FFFFFF;
}

#epilogue {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	background-color: #FFFFFF;
	visibility: visible;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.italic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
.underlined_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #999999;
}
.expanded_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 10pt;
}
