		* {
    	
		/*
		font-family: Arial, Helvetica, sans-serif;
		*/
		
 		}
		
		
		.arial {
			font-family: Arial, Helvetica, sans-serif;
	
		}
		*/
		
		.racefont {
			font-family: "Staatliches",Helvetica, serif;
			font-weight: 400;
			font-style: italic;
		}
		
		body {
			/*height: 100%;
            margin: 0;
			*/
			background-image: url('../images/background_v3.png');
			background-repeat: no-repeat;
			/*background-attachment: fixed;
			*/
			background-size: 100% 100%;
			font-family: Arial, Helvetica, sans-serif;

		}
		.topcorner{
			position:absolute;
			top:0;
			right:25%;
		}
		
		a.menu:link {
			color:#FFF;
			text-decoration: none;
		}
		
		.menu {
			font-weight: bold;
			background-color:black;
			color:white;
		}

		.contentdiv {
			width:600px;
 			/* display: flex; 
  				
			margin-right: auto; 
			margin-left: auto;*/
			justify-content: center;
			text-align: center;
			margin: auto auto;
			
		}
		
		h1 {
			font-family: "Staatliches",Helvetica, serif;
			font-weight: 400;
			font-style: italic;
		}
		
		h4 {
			font-family: "Staatliches",Helvetica, serif;
			font-weight: 400;
			font-style: italic;
			font-size:25px;
		}
		

		
		.HeadingBlue {
			color:blue;
		}
		
		.HeadingRed {
			color:red;
		}

		.spanErrorRed {
			color:red;
		}
	
		.spanRequired {
			font-size: 10px;
		}

		.textAlignRight {
			text-align: right;
		}
		.textAlignLeft {
			text-align: left;
		}
		.textAlignCentre {
			text-align: center;
		}
		
		.tableRoundedBorderBlue {
			border: 1px solid blue;
			border-radius: 10px;
		}
		
		textarea {
			width: 600px;
			height: 100px;
		}
		.submitButton {
			height:50px; 
			font-size: 14px;
		}

		.center {
  			margin-left: auto;
  			margin-right: auto;
		}

		html {
  			scroll-behavior: smooth;
			/*height: 100%;
            margin: 0;
			*/
		}



		#scroll-to-bottom {
  			font-weight: bold;
  			color: green;
		}
		
		@media print
		{    
			.no-print, .no-print *
			{
			display: none !important;
			}
		}
		
		.bankDetails {
			background: #add8e6;
			border-radius: 25px;
			border: 2px solid blue;
			padding: 20px;
			background-image: url('../images/header_faded.jpg');
			background-size: cover;
			background-position: center right;
			
		}

		
		.bankDetails:before {
				background-color: rgba(0,0,0,0.25);
				
		}
		    
		.topDiv {
			background: black;
			position: absolute;
			top: 0px;
			right: 0px;
			bottom: 0px;
			left: 0px;
			height:17px;
			width:100%;
		}
		
		
		.topDiv_image {
			/*background-image: url('../images/WebsiteMockup.jpg');*/
			background-image: url('../images/header_v2.png');
			background-repeat: no-repeat;
			background-position-x: center;
			background-size:80%;
		

			/*background-attachment: fixed;
			*/
			


			
			
		}
		#printOnly {
			display : none;
		}

		@media print {
			#printOnly {
				display : block;
			}
			

		}
		

		
		.logoDiv {
			background-image: url('../images/header_faded.jpg');
			position: absolute;
			background-size:100% 100%;
			top: 0px;
			right: 0px;
			bottom: 0px;
			left: 0px;
			height:286px;
			width:100%;
		}
		.bottomDiv {
			background: black;
			position: relative;
		
			right: 0px;
			bottom: 0;
			left: 0px;
			height:17px;
			width:100%;
		}
		
  tr {
    border-top: 1px solid black;
  }
  td {
    border: none !important;
  }
  
