body
{
	background-image: url(imgs/back.jpg);
	background-repeat: repeat;
	background-color: gray;
	color				: white;
	font-size			: 12px;
}

a
{
	color				: white;
}

td
{
	font-size			: 12px;
}

p
{
	text-indent			: 1em;

	padding				: 0em;
	margin				: 1em 0em;

	font-size			: 12px;
}

p.notes
{
	text-indent			: 1em;

	padding				: 0em;
	margin				: 0em;

	font-size			: 12px;
}

p.comment
{
	padding-left		: 1em;
	text-indent			: -1em;

	font-size			: 10px;
	font-weight			: bold;
}

ol.decimal
{
	list-style-type:decimal;
}

ol.square
{
	list-style-type:square;
}

ol.disc
{
	list-style-type:disc;
}

li
{
	margin:			1em 0em;
}

img
{
	margin:			1em;
}

img.none
{
	margin:			0em;
	padding:		0em;
	vertical-align:	middle;
}

//***************************************************************************//

table.paragraph
{
}

td.title
{
	font-size:		1.5em;
	font-weight:	bold;
	background-image: url(imgs/menu.png);
	background-repeat: repeat;
}

td.body
{
	width:			100%;
	background-image: url(imgs/bg.png);
	background-repeat: repeat;
}

div.body
{
	padding:		0.5em 2em;
	margin:			0em;
}

//***************************************************************************//

table.item
{
	padding:		0em;
	margin:			0em;
	width:			100%;
}

td.item
{
	text-indent:	0px;
	font-weight:	bold;
}

td.item_body
{
	width:			100%;
}

div.item_body
{
	padding:		0em;
	margin:			0em;
}

//***************************************************************************//

table.list
{
	padding:		0em;
	margin:			0em;
}

td.list
{
	text-indent:	0px;
	font-weight:	bold;
}

td.list_body
{
	width:			100%;
}

div.list_body
{
	padding:		0em 2em;
	margin:			0em;
}

//***************************************************************************//

table.reference
{
	padding:		0em;
	margin:			0em;
}

td.reference
{
	text-indent:	0px;
	font-weight:	bold;
}

td.reference_body
{
	padding:		0em 2em;
	margin:			0em;
}

//***************************************************************************//
