	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

	ul.spaced li, ol.spaced li {
		margin-bottom: 0.5em;
	}

/* General Structure */
    body, td, th, input, p { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: 12px;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
        color: #1869AD;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; margin-right: 10em;}
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }
/* Tables */
	table {
		border-collapse: collapse;
		border: none;
		margin: 1em 0;
	}
	
	th {
		background: #ddd;
		padding: 5px;
		text-align: left;
	}
	
	tr.table-title th {
		font: 130%;
		font-weight: normal;
		background: #666;
		color: #fff;
		border-top: 1px solid #666;
		padding: 0.5em 10px;
		text-align: center;
	}

	td {
		border-top: 1px solid #ddd;
		font-size: 85%;
		padding: 5px;
		text-align: left;
	}

	table.data thead th {
		background: #e4ecec;
		empty-cells: hide;
	}

	table.data th,
	table.data td {
		border: 1px solid #ccc;
		font-size: 100%;
		line-height: 130%;
	}
	
	tr.odd {
		background: #F5F5F5;
	}
