body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #000033;
	text-decoration: none;
}
a.smallText:link {
	text-decoration: none;
	color: #000066;
}
a.smallText:visited {
	text-decoration: none;
	color: #0066CC;
}
a.smallText:hover {
	text-decoration: underline;
	color: #000066;
}
a.smallText:active {
	text-decoration: none;
	color: #000033;
}
.quotedText {
	font-size: x-small;
	color: #003399;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.15;
	margin-top: 6px;
	margin-bottom: 6px;
}
.quotedTextForAccount {
	font-size: x-small;
	color: #FF0000;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.15;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #003399;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: medium;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 40px;
}
h3 {
	font-style: italic;
	font-weight: normal;
	font-size: small;
}
.equivalents {
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-heading {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #7295CD;
}
.header-cells {
	background-color: #7295CD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: small;
}
.header-cells-small {
	background-color: #7295CD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: x-small;
}
.price {
	font-size: x-small;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}
.smallText {
	font-size: x-small;
}
.textIndent {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	line-height: 1.15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
li {
	line-height: 1.15;
	margin-top: 5px;
	margin-bottom: 0px;
}
.subList {
	list-style-type: lower-alpha;
}
td {
	background-repeat: repeat-y;
}
