@charset "utf-8";
/* CSS Document */
body {
	color:#f0f0f0;
	font-family:arial, helvetica, sans-serif;
	font-size:11pt;
	line-height:127%;
}
a {
	color:#f0f0f0;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#ffffff
}
em {
	font-weight:bold;
}


div.standAlone a, a.standAlone {
	display:inline-block;
	padding:2px 5px 3px 19px !important;
	color:#ffffff;
	line-height:auto;
	font-size:1em;
	height:13px;
	line-height:0.9em; /* !! - forces top padding to be the same on IE and FF */
	text-decoration:none;
	background-image:url(../images/link-arrow-off.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
}

a.standAlone:hover, div.standAlone a:hover {
	background-image:url(../images/link-arrow-on.gif);
	color:#f7108d;
}
