			body {
				padding: 0;
				margin: 0;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 14px;
				font-style: normal;
				font-weight: normal;
				text-decoration: none;
				background-color: rgb(251,174,92);
			}
			
			
			.horBox {
				width: 100%;
				margin-top: 40px;
				border-top: 2px solid rgb(2,68,155);
				border-bottom: 2px solid rgb(2,68,155);
				background-color: #FFF;
			}


			.msgBox {
				width: 400px;
				margin-left: auto;
				margin-right: auto;
				padding: 5px;
				text-align: center;
			}


			a:link, a:visited {
				text-decoration: none;
				color:rgb(1,123,180);
			}


			.note, .err {
				color: #C60000;
			}

