body { color: #333; font-size: 10pt; line-height: 15pt; background-color: #f5ffff; margin: 0; }
a:link { color: blue; }
a:visited { color: orange; }
a:active { color: orange; }
table { font-size: 10pt; line-height: 15pt; }
td { font-size: 10pt; line-height: 15pt; }
.style1 {	color: black;
	font-weight: bold;
}
.style2 {	color: black;
}
.style3 {	color: #FF3366;
	font-weight: bold;
}
.style4 {	color: #f00000;
	font-weight: bold;
}
.style5 { color: white; font-size: large; font-weight: bold; }
.style6 { font-weight: bold; }
.style7 { color: white; font-size: large; font-weight: bold; }
.style8 { color: black; font-size: large; font-weight: bold; line-height: 30px; }
.style9 { color: #faffff; font-weight: normal; line-height: 5px; }
.style10 { color: #00f; font-weight: bold; }
.style11 { font-size: 8pt; }
.style12 { color: white; line-height: 5px; }
.style13 { color: red; font-size: large; font-weight: bold; line-height: 30px; }
.style14 { color: white; font-weight: bold; background-color: #999; text-align: center; border-right: 2px solid #666; }
.style15 { font-size: 9pt; background-color: #ebebeb; text-indent: 5px; border-right: 2px solid #ccc; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
ul { margin: 5px 0 0 20px; list-style-type: disc; }
