<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        
        BODY {
				margin: 0px;
				min-width: 805px;
				background: white url("images/lapelle_background.jpg") no-repeat;
			}
		
			BODY, TD {
				font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
				font-size: 11px;
				color: black;
			}
			
			A {
				color: black;
				text-decoration: underline;
			}
			
			/************* CUSTOM *************/
			
			#right {
				background-color: #FDBB30;
				color: white;
			}
			
			#right A {
				color: white;
				text-decoration: none;
			}
			
			#right HR {
				margin: 0px;
				border: 0px;
				height: 1px;
				color: white;
				background-color: white;
			}
			
			#right P {
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 5px;
				margin-bottom: 5px;
				color: black;
			}
			
			#right P A {
				color: black;
				text-decoration: underline;
			}
			
			#right img {
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 3px;
				margin-bottom: 3px;
			}
			
			#right P {
				margin: 10px;
				color: black;
			}
			
			#menu {
				color: #373F88;
			}
			
			#menu A {
				color: #373F88;
				text-decoration: none;
			}
			
			#address {
				color: #373F88;
			}
			
			#address A {
				color: #373F88;
				text-decoration: none;
			}
			
			#content {
							font-size: 11px;
							color: black;
							padding-right: 25px;
						  padding-bottom: 10px;
		
			}
			
			#content A {
				color: black;
				text-decoration: underline;
			}
			
			#content H3 {
				color: #373F88;
				font-size: 14px;
				font-weight: bold;
				margin: 0px;
			}
			
			/************* OTHER *************/
			
			A img {
				border: 0px;
			}
			
			FORM {
				margin: 0px;
			}
			
