h1
{
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
		
h2
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 16px;
}

div
{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul
{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: disc;
}

ol
{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: decimal;
}

li
{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

a
{
	font-size: 11pt;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	text-decoration: none;
	color: Blue;
}

a:visited
{
	font-size: 11pt;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	text-decoration: none;
	color: Blue;
}

a:hover
{
	font-size: 11pt;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	text-decoration: none;
	color: Blue;
	background-color: #FFFFE0;
}

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