h1 {
	margin: 0px;
	padding: 0px;

	font-size: 1.8em;
	font-weight: bold;

	color: #230132;
}

h2, h3, h4 {
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;

	color: #000;
}

h3 {
	font-size: 1em;
	color: #000;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;

	color: #446d8c;
}

a {
	text-decoration: none;

	color: #C1BECF;
}

a:hover {
	text-decoration: underline;
}

a.pdf, a.external {
	display: inline;

	background-repeat: no-repeat;
}

a.pdf {
	padding-left: 24px;

	background-image: url("../images/filetypes/pdf.png");
	background-position: left center;
}

a.external {
	padding-right: 24px;

	background-image: url("../images/style/external.gif");
	background-position: right center;
}

p {
	margin: 8px 0px 8px 0px;
}

img {
	border: 0px;
}

ul {
	list-style-image: url("../images/style/list.gif");
}

td {
	vertical-align: top;
	text-align: left;
}
