/*	CSS FOR ALICEBOT.ORG
	Some of the styles defined here are "incomplete" --
	because Netscape 4.x is in wide use but does a poor
	job of implementing some CSS features, certain
	properties (mostly margin-related) are defined
	separately in a ns4.css file (for Netscape 4.x)
	and a standard.css file (for everything else).
	The additional file must be loaded via script
	from each html page.
*/

/*
	STYLE CLASSES FOR HEADING ELEMENTS
*/
h3.label		/* heading for a label in a table */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.navhead			/* used on index page for graphic headers */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3.paragraphhead	/* heading for a single paragraph */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
}
h3.sectionhead		/* standard section heading */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
h3.prheadline		/* press release headline */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3.prsubhead		/* press release subheading */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 5px;
}
h3.sectionhead		/* 3rd-level heading for a section */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4.navsidebarhead	/* used on index page for headers in the sidebar */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	margin-bottom: 0px;
}
h4.subsectionhead	/* 4th-level heading for a subsection */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
h4.sectionhead		/* 4th-level heading for a section */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 7px;
}
h5.sectionhead		/* 5th-level heading for a section */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 4px;
}

