	
	/* Main element style definitions  */
		body {
			padding: 0px;
			margin: 0px;
			
			background-color: #26201A;
			/*
			background: #BBBCAC;*/
			}
		h2{margin-top:0}
		div {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			}
		td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding: 10px;
			vertical-align: top;
			line-height:1.5;
			background-color: #ffffff;
			}
		a {
			/* color: #602C1A; */
			color: #333333;
			}
		a:visited {
			/*color: #7A7B5B; */
			color: #B0B1AB;
			}	
			a.footerLinks {
			/* color: #602C1A; */
			color: #333333;
			}
		a.footerLinks:visited {
			color: #666666;
			}		
		a.headerLinks {
			color: #ffffff;
			font-weight: 700;
			font-size: 10px;
			}
		a.delete {
			color: #FF6633;
			}
		/* Individual ID defininitions */
		#headerDiv {
			padding: 20px;
			}
		#mainContent {
			padding: 30px;
			}
		#bottomRight {
			position: absolute;
			right: 0px;
			bottom: 0px;
			}
			
		/* Class definitions */
		.testimonialsHeadline {
			font-weight: 700;
			color: #666666;
			text-decoration: underline;
		}
		.noPadding {
			padding: 0px;
			margin: 0px;
			}
		.formPadding {
			padding: 0px;
			padding-right: 5px;
			padding-bottom: 5px;
			}
		.outline {
			border: 1px solid #cccccc;
			border-top: 0px;
			border-bottom: 0px;
			}
			
		/* Border-oriented styles */
		.bottomBorder {
			border-bottom: 1px solid #cccccc;
			}
		.rightBorder {
			border-right: 1px solid #cccccc;
			}
			
		/* Table cell styles */
		.footerRow {
			background-color: #666666;
			color: #ffffff;
			font-size: 9px;
			font-weight: 700;
			}
		.headerCell {
			background-color: #000000;
			/* #0B1B24; */
			color: #CCCCCC;
			font-size: 9px;
			font-weight: 700;
			}
			
		/* Text-formatting styles */
		.smallText {
			font-size: 11px;
			}
		.blueText {
			font-size: 11px;
			color: #5F7A7E;
			font-weight: 700;
			}
		.subCaption {
			margin-top: 5px;
			font-size: 9px;	
			}

