p 
{
	font-family:Bookman Old Style;
}
.myDivClass 
{
	visibility: hidden; 
	position:absolute;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white;
	font-size: xx-small;
	font-family: Arial;
	text-align: center;
	
}
.imageClass
{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.attrClass
{
	position:absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 100%;
	text-align: center;
	padding:2px 2px 2px 2px;
}

.attributes
{
	position:absolute;
	background-color: #FFFFC0;
	width: auto;
	height: auto;
	font:smallcaption;
	visibility:hidden;
	border: inset 3px;
	padding: 4px 4px 4px 4px;
	margin: 5px 0px 0px 10px;
}
#cmdFld {
	position:absolute;
	top:6;
	left:8;
	width:400;
	height:80;
	background-color:#C0C0C0;
	font-family:Arial;
	font-size:xx-small;
}

#cmdFlds {
	position:absolute;
	top:9;
	left:11;
	width:400;
	height:80;
	background-color:#808080;
}

#CntlFlds
{
	position:absolute;
	top:45;
	left:650;
	width:100;
	height:auto;
	padding: 5px;
	background:#c0c0c0;
	border: outset 3px;
} 
.cmdBtn
{
	margin-right: auto;
	margin-top: 2px;
	float: right;
	width: 85;
}

#textFld 
{
	position:absolute;
	top:480;
	left:00;
	width:760;
	height:120;
	align:center;
	overflow:auto;
	border: 1px solid #000;
	padding: 10;
}
#titleFld {
	position:absolute;
	top:0;
	left:00;
	width:760;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin-top: 7px;
}

#mainFld {
	position:absolute;
	top:40;
	left:0;
	width:760;
	height:430;
	text-align:center;
	border: 1px solid #000;
}
body
{
	font-size: x-small;
	font-family: 'Bookman Old Style';
}

.menuButton
{
	width: 75px;
	height: 20px;
	color: White;
	FONT-FAMILY:Bookman Old Style;
	font-size:x-small;
	text-align: center;
	text-decoration: none;
}
a.menuButton
{
	width: 75px;
	height: 20px;
	color: White;
	FONT-FAMILY: Arial;
	font-size:x-small;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
}
a.menuButton:hover
{
	width: 75px;
	height: 20px;
	color:Yellow;
	FONT-FAMILY: Arial;
	font-size:x-small;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
}