/* default.css */

BODY
{
	font-family:		sans-serif;
	color:			#000;
	background:		#fff;
	margin-left:		5%;
	margin-right:		5%;
}

H1, H2, H3
{
	font-family:		sans-serif;
	text-align:		left;
	color:			#000;
	background:		transparent;
}

H1
{
	font-size:		170%;
}

H2
{
	font-size:		140%;
}

H3
{
	font-size:		100%;
}

LI
{
	margin:			0 0 0 0;
}

TABLE, THEAD, TBODY, TFOOT, TH, TR, TD	/* Netscape 4.x wants TD here. */
{
	font-family:		sans-serif;
}

TABLE
{
	color:			#000;
	background:		transparent;
}

EM
{
	font-style:		normal;
	font-weight:		bold;

	color:			#933;
}

STRONG
{
	font-style:		normal;
	font-weight:		bold;

	color:			#339;
}

SMALL
{
	font-size:		9pt;
}

PRE
{
	margin-left:		5%;
	margin-right:		5%;
}

.center
{
	text-align:		center;
}

DIV.box
{
	background:		transparent;
	padding-top:		0.5em;
	padding-bottom:		0.5em;
	border:			solid;
	border-width:		thin;
	width:			100%;
}

DIV.example
{
	background:		#ccc;
	padding-top:		0.5em;
	padding-bottom:		0.5em;
	border:			solid;
	border-width:		thin;
	width:			100%;
}

DIV.toc
{
	padding-top:		0.5em;
	padding-bottom:		0.5em;
	border:			solid;
	border-width:		thin;
	width:			100%;
}

.nav
{
}

.header
{
}

.footer
{
}
