h1 {
	font-family: "Lucida Calligraphy", "Arial Rounded MT Bold", serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.RegularContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.RegularContent-Italic {
	font-style: italic;
}
.LargeLabel {
	font-size: large;
}
