/* CSS Document */


body {
	background-color: #FFFFFF;
}

.style1 {font-family: "trebuchet MS"; font-size: 10pt; color: #000000; }
.style2 {
	color: #000000;
	font-family: "trebuchet MS";
	font-size: 12pt;
}

a:link {
	color: #C2B5A7;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 12pt;
}
a:visited {
	color: #C9BA94;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 12pt;
}
a:hover {
		color: #876B56;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 12pt;
}
a:active {
		color: #C9BA94;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 12pt;
}

a.text:link {
	color: #6699FF;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 10pt;
}
a.text:visited {
	color: #6699FF;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 10pt;
}
a.text:hover {
		color: red;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 10pt;
}
a.text:active {
		color: #6699FF;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 10pt;
}
