@charset "UTF-8";
/* CSS Document */
.alignLeft {
	text-align: left;
}
.textLarger {
	font-size: larger;
	font-weight: bold;
}
h2 {
	text-align:left;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
ul {
	text-align:left;
}
ul li {
	font-weight:bold;
	font-size: small;
}
ul ul li {
	font-weight:normal;
	font-size:small;
}
ul ul ul li {
	font-size:small;
}
