body,td,th {
	color: #808080;
	line-height: 110%;
}
body {
	background-color: #F1F2F4;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg_grd.gif);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #FF418C;
}
a:visited {
	text-decoration: none;
	color: #FF418C;
}
a:hover {
	text-decoration: underline;
	color: #FF418C;
}
a:active {
	text-decoration: none;
	color: #B52E63;
}
.currentpos {
	font-size: 8pt;
	margin-right: 24px;
}
.currentpos a:link {
	color: #808080;
	text-decoration: underline;
}
.currentpos a:visited {
	color: #808080;
	text-decoration: underline;
}
.currentpos a:hover {
	color: #808080;
	text-decoration: underline;
}
.currentpos a:active {
	color: #808080;
	text-decoration: underline;
}
.pt9 {
	font-size: 9pt;
	line-height: 140%;
	color: #808080;
}
a:focus{
	outline:none;
}