.oldbrowsers { display: none; }
img { display: none; }
footer { display: none; }

/* note: text-align: center is ie win kludge  */
p, li
{
	font-size: 10pt;
	color: black;
	font-family: Georgia, serif;
	line-height: 18pt;
	margin: 0;
}

li { font-size: 10pt; }
strong { font-weight: bold; }

a
{
	text-decoration: none;
	color: inherit;
}

/**** heading styles ****/
h1
{
	font-size: 14pt;
	color: black;
	font-family: Georgia, serif;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0;
}

h2
{
	font-size: 13pt;
	color: black;
	font-family: Georgia, serif;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0;
}

h3
{
	font-size: 12pt;
	color: black;
	font-family: Georgia, serif;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0;
}

h4, h5, h6
{
	color: black;
	font-size: 11pt;
	font-family: Georgia, serif;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0;
}

/* navbar holding main horiz links */
#navbar { display: none; }
#breadcrumbs { display: none; }
.leftbox { display: none; }

