a.content:link,a.content:visited
{
	text-decoration: none;
	color: #000000;
}
a.content:hover, a.content:active
{
	text-decoration: none;
	color: #9fa3a6;
}

DIV.body
{
	position: absolute;
	top: 3%;
	left: 3%;
	padding: 0;
	width: 304;
	height: 164;
	background-color: transparent;
	background-image: url(./images/rr-xing-tile.png);
	border-style: none;
	text-align: center;
}

DIV.spacer
{
	margin-top: 5%;
}

DIV.title
{
	position: static;
	margin-top: 0;
	margin-bottom: 3%;
	text-align: center;
	vertical-align: top;
	font-family: Georgia, serif;
	font-size: large;
	font-weight: bold;
}

DIV.medtitle
{
	position: static;
	margin-top: 0;
	margin-bottom: 3%;
	text-align: center;
	vertical-align: top;
	font-family: Georgia, serif;
	font-size: medium;
	font-weight: bold;
}

DIV.boxleft
{
	position: static;
	margin: 0;
	padding: 0 5% 0;
	background-color: transparent;
	text-align: left;
	border-style: none;
}

SPAN.heading
{
	margin: 0;
	text-align: left;
	font-family: Georgia, serif;
	font-size: large;
	//font-size: 16pt;
	font-weight: bold;
}

SPAN.emphasis
{
	font-weight: bold;
	font-style: italic;
}

SPAN.revemph
{
	font-weight: bold;
	font-style: normal;
}

SPAN.bold
{
	font-weight: bold;
}

SPAN.xsmall
{
	font-size: x-small;
}

SPAN.small
{
	font-size: small;
}

SPAN.medium
{
	font-size: medium;
	font-weight: normal;
}

SPAN.large
{
	font-size: large;
}

SPAN.italics
{
	font-style: italic;
}

SPAN.fixed
{
	font-family: monospace;
}

SPAN.smallfixed
{
	font-size: small;
	font-family: monospace;
}

SPAN.xsmallfixed
{
	font-size: x-small;
	font-family: monospace;
}
SPAN.xxsmallfixed
{
	font-size: xx-small;
	font-family: monospace;
}

IMG.thumbnail
{
	position: static;
	margin-left: 100
	width: 80;
	float: right;
}

UL.nobullet
{
	position: static;
	margin-left: 20%
	clear: none;
	list-style-type: none;
}

LI.clear
{
	clear: both;
}

FORM.xxsmall
{
	margin: 0;
	padding: 0;
}

INPUT.xxsmall
{
	font-size: xx-small;
	font-family: arial;
	margin: 0;
	padding: 0;
}

SELECT.xxsmall
{
	font-size: xx-small;
	font-family: arial;
	margin: 0;
	padding: 0;
}

IMG.frameimg
{
	position: static;
	float: right;
	height: 40;
	margin-top: 0;
	margin-right: 0;
	border-style: none;
}

