@charset "utf-8";
/* CSS Document */

body {
	font-size: 12pt;
	font-family:  "Times New Roman", Times, serif;
}



/* ---------- Hide unwanted stuff ---------- */

#header .left form, #header .left img, #content .left, #pageLinks, #allImages, ul#breadcrumb {
	display: none;
}
#header .left a.homeLogo img {
	display: block;
}


/* ---------- Headings ---------- */

h1 {
	font-size: 1.4em;
	clear: left;
	padding-top: 20px;
}
h2 {
	font-size: 1.2em;
	color: #E40060;
}


a {
	text-decoration: none;
	color: #000;
}
