@CHARSET "ISO-8859-1";

ul {
	list-style-type : square;
}

ul li {
	margin-top : 40px;	
	font-size: 14pt;
}

.italic {
	font-style : italic;
}

.pageContent {
	min-height: 700px;
	position: relative;
}

.emphasis { 
	font-weight: 700;
	font-size: 110%;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
