		#Button1
		{
			position: 			relative;
			height:				auto;
			width:				90%;
			background-color:	#006600;
			text-align:			left;
			vertical-align:		middle;
			font-weight:		bold;
			font-size:			9pt;
			cursor:				hand;
			padding:			1px 1px 1px 6px;
		}

		.Button
		{
			border:				thin #006600 solid;
		}
		
		.ButtonHighlight
		{
			border-top:			thin white solid;
			border-left:			thin white solid;
			border-right:			thin gray solid;
			border-bottom:			thin gray solid;
		}

		.ButtonMouseDown
		{
			border-top:			thin gray solid;
			border-left:			thin gray solid;
			border-right:			thin white solid;
			border-bottom:			thin white solid;
		}
