/* CSS Document */

/* ----------------------------------------------------------------------
 * BASIC STYLES:
 * ---------------------------------------------------------------------- */
html, body {
	/*height: 100%;*/
	}
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,table,tr,th,td,form,p {
	margin: 0;
	border: 0;
	padding: 0;
	}
ol, ul {
	padding-left: 20px;
	}
table {
	border-collapse: collapse;
	empty-cells: show;
	}
th {
	text-align: left;
	font-weight: normal;
	}
th,td {
	vertical-align: top;
	}
th input, td input {
	margin-right: 5px;
	}
a img {
	border: 0;
	vertical-align: text-bottom;
	}
li a {
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



/* ----------------------------------------------------------------------
 * TOOLS:
 * ---------------------------------------------------------------------- */
.debug {
	display: none;
	}
.nostyle {
	display: none;
	}
#skipnav {
	display: none;
	}
.allclear {
	clear: both;
	}
.anchor-up {
	position: relative;
	top: -2em;
	height: 0;
	}



/* ----------------------------------------------------------------------
 * TYPOGRAPHY:
 * ---------------------------------------------------------------------- */
body {
	font-size: 76%; /* Resets 1em to 10px */
	font-size: 62.5%; /* Resets 1em to 10px */
	}
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	font-weight: normal;
	}
#Container {
	/* Override in site-specific settings */
	font-size: 1em;
	line-height: 1em;
	}
table,th,td,a {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	}
li {
	/*line-height: 1em;*/
	}
abbr {
	border: none;
	}
code {
	font-family: "Andale Mono", Monaco, monospace;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
