		html
		{
			margin:0px;
			padding:0px;
			font-family: 'Work Sans', sans-serif;
		}
		body
		{
			margin:0px;
			padding:0px;
			background-color:#f8f8f8;
			color:white;
			/*
			background-image: url('/IMAGES/BG.png');
  			background-repeat: no-repeat;
  			background-attachment: fixed;
  			background-position: center;
			background-size: contain;
			*/
			font-family: 'Work Sans', sans-serif;

		}

		button
		{
			font-family: 'Work Sans', sans-serif;
			background-color:#444444;
			border: 0;
			color:white;
			padding:8px;
			margin-left:3px;
			margin-right:3px;
			cursor:pointer;
			font-size:16px;
			border-radius:3px;


		}
		input[type="text"], input[type="password"]
		{
			font-family: 'Work Sans', sans-serif;
			font-size:16px;
			width:220px;
			padding:6px;
			border-radius:3px;
			border:solid 1px #d0d0d0;
			background-color : #ffffff; 
		}		
	
		#top_outer_menu
		{
			width: 100%;
			height:50px;
			background-color:black;
			text-align: center;
			position:relative;
		}

		#top_inner_menu
		{
			max-width:1000px;
			height:100%;
			position: relative;
			margin:auto;
			
		}

		#show_name
		{
			height:40px;
			float:right;
			//background-color:green;
			padding-right:10px;
			padding-left:10px;
			margin-top:10px;
		}

		.menu
		{
			height:40px;
			float:left;
			//background-color:green;
			padding-right:10px;
			padding-left:10px;
			margin-top:10px;
			margin-right:10px;
		}

		#main_outer
		{
			width: 100%;			
			00:48 2019-11-08
			position:relative;
		}
		#main_inner
		{
			max-width:1000px;
			position: relative;
			
			margin:auto;

		}
		a
		{
			color:white;
			font-size:14px;
		}

		.link
		{
			color:#444444;
			font-size:14px;
			text-decoration:underline;	
			cursor:pointer;
		}

		.BGDiv
		{
			width:100%;
			min-height: 100%;
		
			position:absolute;
			top:0px;
			left:0px;
			z-index;900;
	  		top: 0;
	  		/*
	  		background-image: url("/START/bg.png");
	 		background-repeat: repeat;
			*/

	  		background-repeat: repeat;
			 -webkit-touch-callout: none; /* iOS Safari */
			   -webkit-user-select: none; /* Safari */
			    -khtml-user-select: none; /* Konqueror HTML */
			      -moz-user-select: none; /* Old versions of Firefox */
			       -ms-user-select: none; /* Internet Explorer/Edge */
			           user-select: none; 

		}

		.HDiv
		{
  			display: block;
	  		margin-left: auto;
	  		margin-right: auto;
			max-width:400px;
			height:auto;
			position:relative;
			background-color:#f8f8f8;

			z-index:950;

			 -webkit-touch-callout: none; /* iOS Safari */
			   -webkit-user-select: none; /* Safari */
			    -khtml-user-select: none; /* Konqueror HTML */
			      -moz-user-select: none; /* Old versions of Firefox */
			       -ms-user-select: none; /* Internet Explorer/Edge */
			           user-select: none; 

		}

		.RDiv
		{

			width:100%;
			background-color:#f8f8f8;
			color:#444444;
			text-align:center;
			padding-top:15px;
			padding-bottom:15px;
			font-size:18px;
		}

		.HTable
		{
			padding-top:15px;
			padding-bottom:15px;	
			color:414141;
		}

		.BTable
		{
			width:100%;
		}

		.CancelDiv, .SendDiv
		{
			width:100%;
			font-family: 'Work Sans', sans-serif;
			background-color:#444444;
			border: 0;
			color:white;
			margin-left:3px;
			margin-right:3px;
			cursor:pointer;
			font-size:16px;
			border-radius:3px;
			text-align:center;
			padding-top:8px;
			padding-bottom:8px;
		}

		.Vdiv
		{

			width:100%;
			height:50px;
			color: red;
			text-align:center;
		}

		.Mdiv
		{

			width:100%;
			height:80px;
			color: 414141;
			text-align:center;
			padding-top:10px;
			padding-bottom:10px;			
		}
