table {
	font-size: 9pt;
	line-height: 120%;
	color: #666666;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: right bottom;
}
.sh {
	filter: DropShadow(Color=gray, OffX=2, OffY=2, Positive=1);
}

a {
	color: #626731;
	text-decoration: none;
}

a:link {
	color: #626731;
	text-decoration: none;
}

a:visited {
	color: #626731;
	text-decoration: none;
}
a:hover {
	color: #626731;
	text-decoration: underline;
}

a.sGreen {
	color: #626731;
	text-decoration: none;
}

a.sGreen:link {
	color: #626731;
	text-decoration: none;
}

a.sGreen:visited {
	color: #626731;
	text-decoration: none;
}
a.sGreen:hover {
	color: #626731;
	text-decoration: underline;
}

a.sYellow {
	color: #676735;
	text-decoration: none;
}

a.sYellow:link {
	color: #676735;
	text-decoration: none;
}

a.sYellow:visited {
	color: #676735;
	text-decoration: none;
}
a.sYellow:hover {
	color: #676735;
	text-decoration: underline;
}

