		.vis1 { visibility:visible }
   		.vis2 { visibility:hidden }
		
		.Inactive { 
			font-size: 8pt; 
			font-family: verdana, arial, helvetica;
			font-style: Italic;
			Color: #999999;
		}
		
		.Small { font-size: 8pt; }
		.HeaderText { font-size: 12pt; }

		.BlockIndent { 
			vertical-align: middle;
			padding-right: 20px;
			padding-left: 30px;
			background-color: transparent; 
			background-image: none;
		}

		/* Fieldnames are the HTML names of each field on an edit form */
		.FieldName { text-align: right; font-weight: bold; }

	.SimpleButton:link { font-family: arial; font-size: 11px; color: black; text-decoration: none; border-style: none; border-width:0px; padding: 3px;}
	.SimpleButton:visited { font-family: arial; font-size: 11px; color: black; text-decoration: none; border-style: none; border-width:0px; padding: 3px;}
	.SimpleButton:active { font-family: arial; font-size: 11px; color: black; text-decoration: none; border-style: inset; border-width:2px; padding: 1px;}
	.SimpleButton:hover { font-family: arial; font-size: 11px; color: black; text-decoration: none; border-style: outset; border-width:2px; padding: 1px;}

	.MenuTable { border-style: outset; border-width:2px; background-color: threedface; }
	.MenuOver { background-color: threedshadow; }
	.MenuOff { background-color: threedface; }

/*	
	.MenuOption:link { font-family: arial; font-size: 11px; color: black; text-decoration: none; }
	.MenuOption:visited { font-family: arial; font-size: 11px; color: black; text-decoration: none; }
	.MenuOption:active { font-family: arial; font-size: 11px; color: black; text-decoration: none; }
	.MenuOption:hover { font-family: arial; font-size: 11px; color: white; text-decoration: none; }
*/
		.menuOption { background-color: transparent; background-image:none; }
		.menuOption:link { color:  #333333;  text-decoration: none; font-size: 9px; background-image:none; }
		.menuOption:visited { color:  #333333; text-decoration: none; font-size: 9px;  background-image:none; }
		.menuOption:active { color:  #333333; text-decoration: none;  font-size: 9px;  background-image:none; }
		.menuOption:hover { color: #000000; text-decoration: none; font-size: 9px;  background-image:none; }

		/* This is the cell at the top of a list with the "check all" checkbox in it */
		.CheckAllCell { font-weight: bold; font-size: 9px; color:white; }

		/* Entered and Modified by text that appears under contact records, etc. */
		.EnteredBy { color:#7C133A;	font-style: italic; font-size: 9px;	}

