body {
	font-family : sans-serif;
}
p {
	font-size : 10pt;
}
.small {
	font-size : 8pt;
}
.smallbold {
	font-size : 8pt;
	font-weight : bold;
}
table {
	font-size : 8pt;
}

A {
	color : #134C95;
}

.emphasis {
	font-weight : bold;
}

.boldredbackground {
	color: White;
	font-weight : bold;
	background-color : #f03226;
}

.redbold {
	color: #f03226;
	font-weight : bold;
}

.bluebold {
	color: #134C95;
	font-weight : bold;
}

.large {
	font-size : 12pt;
	font-weight : bold;
}

.subhead {
	font-size : 12pt;
	font-weight : bold;
	color : black;
}

.tinyblue {
	font-size : 7pt;
	color : #134C95;
}

.largebluenav {
	font-size : 10pt;
	color : #134C95;
	margin-left : 0pt;
	margin-top : 3pt;
	margin-bottom : 0;
	font-weight : bold;
}

.smallbluenav {
	font-size :10pt;
	color : #134C95;
	margin-left : 10pt;
	margin-top : 0;
	margin-bottom : 0;
}

.smallerblue {
	font-size :9pt;
	color : #134C95;
	margin-top : 0;
	margin-bottom : 0;
}

.tinybluenav {
	font-size :8pt;
	color : #134C95;
	margin-left : 10pt;
	margin-top : 0;
	margin-bottom : 0;
}