@charset "utf-8";
/* CSS Document */

.MainWindow {
	background-color: #FFFFFF;
	float: left;
	height: 410px;
	width: 696px;
	top: 120px;
	position: absolute;
	left: 25px;
	visibility: visible;
	z-index: 4;
	padding: 2px;
}

.MainWindowTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	text-indent: 10px;
}

.MainWindowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-indent: 10px;
}
