
body { 
	font-family: "Gill Sans MT", "Tresbuchet MS", Helvetica;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0; 
}

a {
	text-decoration: none;
	color: #FFFFCC; 
}

a:hover {
	color: #FFFF99;
}

.nav {
	
	font-weight: bold;
	font-size: 14pt;
	margin-left: 30px;
}

.subNav {
	font-size: 8.6pt;
	margin-left: 80px;
}

p { 
}

.mainText {
	font-size: 16pt;
	margin: 20px;
	line-height: 1.2;
}

div {
}

.subSpan {
	margin-bottom: -1px;
}

span {
}

.sideTitle {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 20px;
	margin-bottom: -1px;
}

.sideText {
	color: #FFFFCC;
	font-size: 9pt;
	margin-left: 20px;
	margin-bottom: -1px;
}

.heading {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
}