a:link {
	color: blue;
	}
a:visited {
	color: green;
	}
a:active {
	color: green;
	}
A:hover {
   font-variant: small-caps;
   font-weight: bolder;
   color: rgb(255,102,51);
   }

body {
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(214,255,204);
	color: rgb(0,0,0);
	font-size: 11pt;
	line-height: 150%;
	}
table {
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,0);
	font-size: 11pt;
	}
dt {
	margin-top: 4 px;
	}
h1, h2, h3, h4, h5, h6 {
	color: rgb(255,102,51);
	}
h1 {
   margin-top: 30px;
   margin-bottom: 30px;
	font-size: 24pt;
	line-height: 130%;
	}
h2 {
	font-size: 21pt;
   margin-bottom: 12px;
}
h3 {
	font-size: 19pt;
   margin-bottom: 12px;
}
h4 {
	font-size: 17pt;
   margin-bottom: 12px;
}
h5 {
	font-size: 16pt;
   margin-bottom: 6px;
}
h6 {
	font-size: 13pt;
   margin-bottom: 0px;
}

