.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	height: 669px;
	width: 533px;
	overflow: auto;
	cursor: text;
}
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 19pt;


}
.mainmenulast {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 13pt;
}
.mainmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #CCCCCC;
	text-decoration: none;
}
.mainmenulast:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #CCCCCC;
	text-decoration: none;
}
.box {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	cursor: help;
	width: 400px;
	height: 120px;

}
