@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 10pt;
	color: #EFECD6;
}
h2 {
	font-size: 9px;
	color: #EFECD6;
}
a:link {
	color: #efecd6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #efecd6;
}
a:hover {
	text-decoration: underline;
	color: #bdccd4;
}
a:active {
	text-decoration: none;
	color: #efecd6;
	font-family: Arial, Helvetica, sans-serif;
}
.link2 {
	color: #000;
	text-decoration: underline;
}
.link2 a:link {
	color: #000;
	text-decoration: underline;
}
.link2 a:visited {
	color: #000;
}
.link2 a:hover {
	color: #999;
	text-decoration: underline;
}
.link2 a:active {
	color: #000;
}
