body {
	font-family: Times New Roman, serif;
	font-size: 18px;
	color: #000;
	line-height: 2em;
	font-weight: normal;
}

/**************************
TYPOGRAPHY
**************************/
.nobr { white-space: nowrap; }
.uc { text-transform: uppercase; }
.lc { text-transform: lowercase; }
.cap { text-transform: capitalize; }

/* font-styles */
h1 {
	margin: 25px 0;
	font-size: 2em;
}

h2 {
	margin: 25px 0;
	font-size: 1.7em;
}

h3 {
	margin: 25px 8px;
	font-size: 1.5em;
}

h4 {
	margin: 20px 5px;
	font-size: 1.35em;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

p {
	margin: 10px 0 5px;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.sitemap ul {
	margin: 40px;
	list-style-type: disc;
}
div.sitemap ul ul,
div.sitemap li {
	margin: 0 0 0 20px;
}
a.attention {
	color: #981F20;
	font-weight: bold;
}