body {
	background-color: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

.head {
	font-size: 14pt;
}

h1 {
	font-size: 11pt;
}

.titlePrimary,.titleSecondary,.titleTertiary {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
}

.titleNoPadding {
	font-size: 9pt;
	font-weight: bold;
}

.basePrimary,.baseSecondary,.baseTertiary {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.panelPrimary,.panelSecondary,.panelTertiary,.textPanel {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.padT {
	padding-top: 7px;
}

.padTDouble {
	padding-top: 20px;
}
.spread,a.spread{
	letter-spacing: 5pt;
}

.tiny {
	font-size: 6pt;
}
.smaller {
	font-size: 7pt;
}

.small,.textPanel, p.highlight {
	font-size: 8pt;
}

.big {
	font-size: 9pt;
	font-weight: bold;
}
.bigger {
	font-size: 10pt;
	font-weight: bold;
}

.biggest {
	font-size: 13pt;
}

a,a.spread:hover {
	text-decoration: none;
}

p.highlight,a.highlight {
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

.smallerror{
	font-size: 8pt;
	color:red;
}
