BODY,p				{
	color: 			black;
	background:		aliceblue;
	font: 			12pt "Garamond";
	margin-left:		4;
	margin-top:		4;	
}


XTABLE				{
	color: 			navy;
	background:		lightgrey;
	font: 			9pt "Arial";
	border-right:		thin inset	dimgray;
	border-top:		thin outset	white;
	border-left:		thin outset	white;
	border-bottom:		thin inset	dimgray;
}
.reverse 			{
	color:			white;
	background:		red;
}
.heavy				{
	background:		yellow;
}
.light				{
	background:		lightyellow;
}
.accent				{
	background:		pink;
}
.title				{
	font:			14pt;
}
.hilite				{
	font:			bold 16pt;
	color:			#ffff00;
	background:		#dd203d;
	text-align: 		center;
}
H1	{font:			 8pt;}
H2	{font:			10pt;}
H3	{font:			12pt;}
H4	{font:			14pt;}
H5	{font:		bold	16pt;}
H6	{font:		bold	18pt;}

A.3dHoverButton	{
	color:			black;
	background:		lightgrey;
	font:			9pt "Arial";
	text-decoration:	none;
	padding:		4px;
	border-width:		2px;
	border-style:		outset;
}
A.3dHoverButton:hover	{
	border-style:		inset;
}
A.3dHoverText	{
	color:			black;
	background:		lightgrey;
	font:			9pt "Arial";
	text-decoration:	none;
	padding:		4px;
	border-width:		2px;
	border-style:		solid;
	border-color:		lightgrey;
}
A.3dHoverText:hover	{
	border-style:		outset;
}
.3dPanel			{
	color: 			navy;
	background:		lightgrey;
	font: 			8pt "Arial";
	border-right:		thin inset	dimgray;
	border-top:		thin outset	white;
	border-left:		thin outset	white;
	border-bottom:		thin inset	dimgray;
}
.3dPanelTitle		{
	color: 			white;
	background:		#dd203d;
 	font: 			bold 11pt;
}
.3dPanelPrompt	{
	font: 			bold 9pt "Arial Narrow";
	text-align:		right;
	vertical-align:		top;
}
.3dPanelInput		{
	color: 			navy;
	background:		white;
	font: 			9pt "Arial";
}
.3dPictureFrame	{
	background:		lightgrey;
	border-style: 		outset;
	border-width: 		6px;
	padding: 		0px;
}
