<!--
/* BODY defaults*/
body {
	background-color:	white !important;
	background-image:	none !important;
	background:			white;
	font-size:			10pt;
	color:				black;
	position:			absolute;
	width:				auto;
	height:				auto;
	overflow:			visible;
}

#TitleFrame {
	font-size:			14pt;
}

#PageFrame {
	color:black !important;
	background-color: white !important;
	float: none !important;
	width:				auto;
	height:				auto;
	border:				none;
	overflow:			visible;
	margin:				0px;
}
#PageFrame > div {
	width:				auto;
	height:				auto;
}


/* Hide these */
.no_print, .noprint, .hoverbox {
	display:	        none;
}

div.commandline {
	border:				1px solid #DFD;
}

div.editline {
	border:				1px solid #DDF;
}

#ImgLinks {
	display:            none;
}

.HighlightBlue {color:#CCF;}

input{border:1px solid black; background: white;}

.output{border: 1px solid black;}

.title {
	border-bottom:		1px solid #333;
	border-left:		1px solid #333;
	border-right:		none;
	color:				#007;
	font-size:			12pt;
	width:				auto;	/* for resizing */
}

.subtitle {
	border-bottom:		1px solid #333;
	border-left:		1px solid #333;
	border-right:		none;
	color:				#007;
	font-weight:		bold;
	width:				auto;	/* for resizing */
}


/* END */
-->


