
BODY	{
    font-family:		Luxi Sans, Arial, sans-serif;
    background-color:	#fffff0;
}

A:link	{
    text-decoration:	underline;
    color:			#0000ff;
    background:		transparent;
}

A:visited {
    text-decoration:	underline;
    color:			#993300;
    background:		transparent;
}

A:hover	{
    text-decoration:	underline;
    color:			#ff6666;
    background:		transparent;
}

H1, H2, H3, H4, H5, H6 {
    font-family:		Arial, Lucida, sans-serif;
}

H1	{
    color:			black;
}

H2	{
    color:			#000080;
}

H3	{
    color:			black;
}

H4	{
    color:			#004000;
}

H5	{
    color:			#004000;
}

H6	{
    color:			#004000;
}

PRE	{
    font-family:		Courier New, Courier;
}

TT	{
    background:			#ff0000;
    font-family:		Courier;
    font-size:			9pt;
}

TD	{
}

.page	{
	border-collapse:	collapse;
	margin:			0px;
	padding:		0px;
	}

.leftcol {
	margin:			0px;
	padding:		2px;
	width:			110px;
	height:			400px;
	background:		#ffffc6;
	vertical-align:		top;
	text-align:		left;
	}

.maincol {
	margin:			0px;
	padding:		6px;
	width:			100%;
	vertical-align:		top;
	/*font-size:		10pt; */
	}

.header {
	height:			111px;
	}

.leftmenu
	{
	width:			120px;
	background:		#ffffc6;
	}

.inset	{
	width:			100%;
	background:		#ccffff;
	padding:		5px;
}

hr.full {
    margin:			0 auto 0 0;
    text-align:			left;
    width:			100%;
    height:			1px;
}

hr.endpage {
	margin:			0 auto 0 0;
	text-align:		left;
	width:			2em;
	height:			3px;
	background-color:	black;
	color:			black;
	}

p.endpage {
	font-size: 9pt;
	font-weight: bold;
	}

.copyright {
	font-size: 9pt;
	}

.hilite	{
	color: #c00000;
	}

.item {
	/* font-size: 11pt; */
	/* font-style: normal; */
	}

li.simple
	{
	list-style-type: none;
	}

