			body {
				font: 9pt/135% verdana, sans-serif;
				color: #5b5957;
				background: #fff;
				}
			
			a {color: #3366cc;}
			a:hover {text-decoration: none;}
			
			/* --- IMAGES --- */
			
			img.fltr {
				float: right;
				padding: 4px;
				margin: 8px 0 10px 20px;
				border: 1px solid #ccc;
				}

			img.fltl {
				float: left;
				padding: 4px;
				margin: 8px 20px 10px 0;
				border: 1px solid #ccc;
				}
			
			/* --- TABLES --- */
			
			table.easytable {
				border-collapse: collapse;
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				width: 100%;
				}

			table.easytable td {
				vertical-align: top;
				margin: 0;
				padding: 3px 5px;
				border-top: 1px solid #ccc;
				border-left: 1px solid #ccc;
				}

			table.easytable th {
				margin: 0;
				padding: 3px 5px;
				text-align: left;
				border-top: 1px solid #ccc;
				border-left: 1px solid #ccc;
				}

			table.easytable th {width: auto;}
			table.easytable th + th {width: 16%;}

