/* 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,blockquote,p,em,strong {
	margin: 0;
	border: 0;
	padding: 0;
	}
ol, ul {
	padding-left: 20px;
	}
table {
	border-collapse: collapse;
	}
th {
	text-align: left;
	font-weight: normal;
	}
th,td {
	vertical-align: top;
	line-height: 1em;
	}
th input, td input {
	margin-right: 5px;
	}
a img {
	border: 0;
	vertical-align: text-bottom;
	}



/* ----------------------------------------------------------------------
 * TOOLS:
 * ---------------------------------------------------------------------- */
.nostyle {
	display: none;
	}



/* ----------------------------------------------------------------------
 * TYPOGRAPHY:
 * ---------------------------------------------------------------------- */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	}
#Container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	}
abbr {
	border: none;
	}
