body		{
	color: #333333;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	p			{
	font-size: 11px;
	line-height: 18px;
}

	a			{ color: blue; text-decoration: underline }
	a:link		{
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}
	a:visited	{
	color: #990000;
	font-weight: bold;
}
	a:hover		{
	color: #0000FF;
	font-weight: bold;
}
	a:active	{
	color: red;
	font-weight: bold;
}

	div			{ }
	span		{ }
	
	td			{
	font-size: 16px;
}
	table		{
	border-top-color: #FFFFFF;
}

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			{ font-weight: bold; font-size: 1.5em; margin: 0.83em 0px }
	h3			{ font-weight: bold; font-size: 1.17em; margin: 1em 0px }
	h4			{ font-weight: bold; margin: 1.33em 0px }
	h5			{ font-weight: bold; font-size: 0.83em; margin: 1.67em 0px }
	h6			{ font-weight: bold; font-size: 0.67em; margin: 2.33em 0px }

	ol			{ margin: 1em 0px 1em 40px; list-style-type: decimal }
	ol ol		{ margin-top: 0px; margin-bottom: 0px }
	ol ul		{ margin-top: 0px; margin-bottom: 0px }

	ul			{ margin: 1em 0px 1em 10px; list-style-type: disc}
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }
