body
{
	padding: 0;
	background-color: white;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
}

a
{
	color: #C00;
	font-weight: bold;
	line-height: 1.2;
}

a.maintitle {
	text-decoration: none;
	font-size: 36pt;
	font-weight: bold;
	color: black;
}

a.subtitle
{
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: gray;
}

a.top
{
	font-size: 9pt;
	text-decoration: none;
}

img.noborder
{
	border: 0;
}

h2
{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	border: 1px solid gray;
	color: #333;
	background-color: #afafaf;
}


img.floatright
{
	float: right;
	padding: 10px;
	border: 0;
}

img.floatleft
{
	float: left;
	padding: 10px;
	border: 0;
}

td.img
{
	width: 1px;
}

li
{
	margin-bottom: 2em;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

li.inline
{
	margin: 0 0 0.5em 0;
	border: none;
}

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

.sample
{
	border-style: dashed;
	border-color: #C00;
	border-width: 1px;
	padding: 2px 7px 2px 7px;
	margin: 0 3em 0 3em;
	background-color: #CCC;
}

