body {
	font: 10pt Arial,Verdana,Tahoma,Optima,Helvetica,sans-serif;
	color: black;
	background-color: white;
	}

	h1 {
	color: #999999;	font: bold 18pt Arial,Verdana,Tahoma,Optima,Helvetica,sans-serif;
	}

	h2 {
	color: #999999;	font: bold 16pt Arial,Verdana,Tahoma,Optima,Helvetica,sans-serif;
	}

	h3 {
	color: #999999;	font: bold 14pt Arial,Verdana,Tahoma,Optima,Helvetica,sans-serif;
	}

	h4 {
	color: #999999;	font: bold 12pt Arial,Verdana,Tahoma,Optima,Helvetica,sans-serif;
	}

	p.article {
	margin-left: 25;
	}

	a {
	font-weight: bold;
	color: black;
	}

	a.current {
	font-weight: normal;
	text-decoration: none;
	color: red;
	}

	a.home {
	font-weight: normal;
	text-decoration: none;
	color: goldenrod;
	}

	a.media {
	font-weight: normal;
	text-decoration: none;
	color: orange;
	}

	a.history {
	font-weight: normal;
	text-decoration: none;
	color: orange;
	}

	a.events {
	font-weight: normal;
	text-decoration: none;
	color: red;
	}

	a.forum {
	font-weight: normal;
	text-decoration: none;
	color: purple;
	}

	a.venue {
	font-weight: normal;
	text-decoration: none;
	color: blue;
	}

	a.gear {
	font-weight: normal;
	text-decoration: none;
	color: green;
	}

	ol.square {
	list-style-type: square;
	}

	ol.roman {
	list-style-type: lower-roman;
	}

	ol.alpha {
	list-style-type: lower-alpha;
	}

	ol.arabic {
	list-style-type: decimal;
	}

	.small {
	font-size: 8pt;
	}

	.sp {
	color: #999999;
	}

	.toc {
	font-size: 10pt;
	color: blue;
	}

	.nounder	{
	color: firebrick;
	font-weight: bold;
	text-decoration: none;
	}

	.nounder_blue	{
	color: blue;
	font-weight: bold;
	text-decoration: none;
	}

	.nounder_white	{
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
	}

	.box {
	width: 110px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 2pt;
	border-style: ridge;
	border-color: cadetblue;
	border-width: 3px;
	color: firebrick;
	text-decoration: none;
	}

	.note {
	font-style: italic;
	}

	.indent {
	text-indent: 2em;
	}

	.hidden {
	color: white;
	font-size: 6pt;
	}

