body {
     font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
     font-size: 12px;
	 color: black;
	 line-height: 140%;
     }

td {
     font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
     font-size: 12px;
	 color: black;
	 line-height: 140%;
     }

a:link {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:hover {color: #3333FF; text-decoration: none}
a:active {color: fuchsia; text-decoration: none}

h1 {color: #000066;
    font-size: 24px;
    line-height: 28px;
}

h2 {color: #000066;
    font-size: 18px;
    line-height: 22px;
}

h3 {color: #000066;
    font-size: 12px;
    line-height: 16px;
}

ol {
	list-style-type: 1;
}

ul li {
	list-style-type: circle;
        margin-left: -0.5em;
}

p	{margin-top: 1.2ex;
}

.blocknote {
	font-style: italic;
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: small;
}

.footnote {
 	font-size: small;
	color: gray;
}
