/* ---------- More editor styles, joy ---------- */

.heading_1, h1 {
	font-weight: normal;
	font-size: 3.2em;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 20px 0;
	color: #600;
}

.heading_2, h2 {
	font-weight: normal;
	font-size: 2.4em;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 20px 0 5px 0;
	color: #600;
}

.heading_3, h3 {
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 20px 0 5px 0;
	color: #600;
}

.paragraph, p {
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #333;
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
}

ul {
	padding: 0 0 1.5em 0;
	list-style: square;
	margin: 0 0 0 15px;
}

li {
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #333;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}


/* ---------- And here's the resets for the mess caused above! ---------- */

#top_navigation ul {
	font-size: 1.3em;
	list-style: none;
	letter-spacing: 1px;
	margin: 0;
}

#top_navigation li {
	font-size: 1em;
	padding: 0;
}

#locator_bar ul {
	margin: 0 auto;
	list-style: none;
}

#locator_bar ul li {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #fff;
	font-variant: small-caps;
	padding: 0;
	line-height: 1em;
}

/* ---------- Default Table ---------- */

table.ImmTS_Default {
	width: 100%;
	margin: 10px auto 20px auto;
	border: solid 1px #ccc;	
	border-collapse: collapse;
}
table.ImmTS_Default th, table.ImmTS_Default td {
	padding: 5px 8px;
	font-size: 1.2em;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
table.ImmTS_Default th {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	text-align: left;
}

table.ImmTS_Default td {
	border: 1px solid #ccc;
}
