html, body	{

	background-color: #ffffff;
	color:		#394C5A;
	margin:		0;
	padding:	0;
	height:		100%;
	font-family:		Verdana, sans-serif;


}

a	{

	color:		#899FBA;
	text-decoration: none;

}

a:hover	{

	text-decoration: underline;

}

h1, p, ul, div.menu ul	{

	font:		10pt/1.2em Verdana, sans-serif;
	margin:		1.2em;
	padding:	0;

}

em {
font-weight:bold;
font-style:normal;

}

ul li	{

	margin-left:	2.4em;

}

ol li	{

	margin-left:	1.2em;
	font-size:13px;

}


h1	{

	font-size:	11pt;
	font-weight:	bold;
	color:		#99B0C3;

}

td.menu		{

	background: url(i/menu-bg.gif) no-repeat 0 58px;

}

div.menu	{

	margin-top:	50px;
	padding-top:	1.2em;
	border-top:	8px solid #99B0C3;

}

div.menu ul	{

	list-style-type:none;
	font-weight:	bold;
	margin:		1.2em 0;
	padding:	0;

}

div.menu ul li	{

	margin:		1.2em 0;
	margin-left:	3.6em;

}

div.menu ul ul	{

	font-size:	8pt;
	font-weight:	normal;

}

div.menu ul ul li	{
	color: #899FBA;
	list-style-type:square;
	margin:		0;
	margin-left:	0;

}

div.menu #current	{

	color:		#156198;
	margin-left:	-15px;

}

img.marker	{

	float:		left;
	position:	relative;
	left:		-2.4em;

}

td.copyright	{

	border-top:	4px solid #99B0C3;
	background:	url(i/menu-bg.gif) no-repeat;

}

td.copyright p	{

	font-size:	8pt;
	margin:		1.8em;

}

td.copyright p a	{

	color:		#000000;
	text-decoration: underline;

}