/* CSS Document */

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000;
}
p.smaller{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 12pt;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16pt;
	color: #339
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000
}
ul {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 17pt;
	color: #000;
	list-style-type: square;
	marker-offset: 3px
}
li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	line-height: 17pt;
	color: #000;
	list-style-type: number;
	marker-offset: 3px
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #F00
}.dot {
	border: thin dotted;
}
