body {
		font-size : 10pt;
		line-height : 12pt;
		font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
		background-color: floralwhite;
}


a:link {
		color : blue;
		text-decoration : none;
}


a:visited {
		color : #990099;
		text-decoration : none;
}

a:hover {
		text-decoration : underline;
		color : #0099ff;
}


h1 {
	font-size : 22pt;
	line-height : 22pt;
	margin-top : 18pt;
	margin-bottom : 12pt;
	color : black;
}

h2 {
	font-size : 11pt;
	line-height : 11pt;
	margin-top : 18pt;
	margin-bottom : 6pt;
}

h3 {
	font-size : 10pt;
	line-height : 10pt;
	margin-top : 18pt;
	margin-bottom : 6pt;
}

h4 {
	font-size : 10pt;
	line-height : 10pt;
	margin-top : 18pt;
	margin-bottom : 6pt;
}

h5 {
	font-size : 10pt;
	line-height : 10pt;
	margin-top : 15pt;
	margin-bottom : 6pt;
}

hr {
	color : gray;
	text-align : left;
	margin-bottom : 6pt;
	width : 100%;
}

ol {
	margin-top : 6pt;
	margin-bottom : 0pt;
}

ol li {
	margin-bottom : 5pt;
	margin-left : -12pt;
}

ol ul li {
	margin-left : -18pt;
}

p {
	margin-top : 0pt;
	margin-bottom : 12pt;
}

table {
	border-style : solid;
}

td {
	font-size : 10pt;
	vertical-align : top;
	padding-top : 2;
	padding-right : 4;
	padding-bottom : 4;
	padding-left : 4;
}

th {
	font-size : 10pt;
	font-weight : bold;
	margin : 2pt;
	text-align : left;
}

tr {
	vertical-align : top;
}

ul {
	list-style : disc;
	margin-top : 6pt;
	margin-bottom : 0pt;
}

ul li {
	margin-bottom : 5pt;
	margin-left : -16pt;
}
