/* CSS Document */

/* ------- TAG SELECTORS ------- */

a {
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

/* ------- ID SELECTORS ------- */

#pageheader {
	margin-bottom: 20px;
}

#navigation {
	display: none;
}

/* ------- CLASS SELECTORS ------- */

.callout {
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}