p {
	font-family: "Book Antiqua";
	color: #000000;
	font-size: 9pt;
	line-height: 11pt;
}

span  {
	font-family: "Book Antiqua";
	color: #000000;
	font-size: 9pt;
	line-height: 11pt;
}

.normal {
	font-family: "Book Antiqua";
	color: #000000;
	font-size: 10pt;
	line-height: 11pt;
}

.small {
	font-family: "Book Antiqua";
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
}


.bold {
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	line-height: 11pt;
}
.copy {
	font-family: "Book Antiqua";
	color: #000000;
	font-size: 9pt;
	line-height: 11pt;
}

.header {
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #0069B3;
	font-size: 11pt;
	line-height: 13pt;
}

.white {
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #ffffff;
	font-size: 10pt;
	line-height: 12pt;
}

.whitebold {
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
	line-height: 13pt;
}

.footer {
	font-family: "Book Antiqua";
	color: #5C5C5C;
	font-size: 8pt;
	line-height: 10pt;
}
A {
	text-decoration : none;
	color : #0069B3;
}

A:ACTIVE {
	color : #0069B3;
	text-decoration : none;
}
A:HOVER {
	color : #0069B3;
	text-decoration: underline;
}
A:LINK {
	color : #0069B3;
	text-decoration : none;
}
A:VISITED {
	color : #0069B3;
}

A.white {
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}

A.white:ACTIVE {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
A.white:HOVER {
	color : #ffffff;
	text-decoration: underline;
	font-weight : bold;
}
A.white:LINK {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
A.white:VISITED {
	color : #ffffff;
	font-weight : bold;
}
