/* This is my common style section */
    <style type="text/css">
		.body { 
						font-family: Verdana,Arial,Helvetica,sans-serif;
						font-size: 14px;						
		}
		
		.SectionArea {
						margin-left: 20px;
						margin-right: 20px;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		
		.SectionWell {
						padding: 20px; 
						border-radius: 16px; 
						text-align: left; 
						font-size: 16px; 
						margin-bottom: 0px; 
						background-color: rgb(253, 246, 233)
		}
		
		.SectionBorder {
						border: dashed rgb(181, 66, 11); 
						border-image: none;
		}
		
		.SectionTitle { 
						color: rgb(1,102,153); 
						font-size: 24px; 
						font-weight: bold; 
						text-align: center;
					}
					
		.SectionTitle1 {
						font-weight: bold;
						font-size: 20px;
					}
		
		.SectionTitle2 {
						font-weight: bold;
						font-size: 16px;
		}
		
		.SectionBody {
						font-size: 16px;
		}
				
		.VideoContainer {
			position: relative;
			margin-top:20px;
			padding-bottom: 53%;
			padding-top: 35px;
			height: 0;
		}

		.VideoContainer iframe {
			position: absolute;
			top:0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		
		.Red { 
						color: rgb(204, 3, 0); 
		}
		
		.Orange { 
						color: rgb(181, 66, 11); 
		}
		
		.Pink { 
						color: rgb(142, 23, 68); 
		}
		
		.Blue { 
						color: rgb(1, 102, 153); 
		}
		
		.Teal { 
						color: rgb(0, 102, 102); 
		}
		
		.Gray { 
						color: rgb(102, 102, 102); 
		}
		
		.White {
						color: rgb(255, 255, 255);
		}
		
		.TanBackground { 
						background-color: rgb(253, 246, 233); 
		}
		
		.GrayBackground {
						background-color: rgb(239, 245, 250);
		}
		
		.WhiteBackground {
						background-color: rgb(255, 255, 255);
		}
		
		.left { text-align: left; }
		.right { text-align: right; }
		.center { text-align: center; }
		
		.ml5 { margin-left: 5px; }
		.ml10 { margin-left: 10px; }
		.ml20 { margin-left: 20px; }

		.mr5 { margin-right: 5x; }
		.mr10 { margin-right: 10px; }
		.mr15 { margin-right: 15px; }
		.mr20 { margin-right: 20px; }

		.mt10 { margin-top: 10px; }
		.mt20 { margin-top: 20px; }

		.mb10 { margin-bottom: 10px; }
		.mb20 { margin-bottom: 20px; }
		
		.font14 { font-size: 14px; }
		.font16 { font-size: 16px; }
		.font18 { font-size: 18px; }
		.font20 { font-size: 20px; }
		.font24 { font-size: 24px; }
    </style>
/* End of my style section */