/******************************************************************************
* General classes
20090420 DJC - REG-5410 Added 'powered by' css
*****************************************************************************/
BODY, TABLE, TH, TR, TD, PRE, P, OL, UL, LI, FORM, INPUT, SELECT, TEXTAREA
{
	font-size: 9pt;
	font-family: Verdana, Arial, serif;
	font-weight: normal;
	color: #000000;
}
#r123-startTable
{
	/*+placement:shift 0px 40px;*/
	position: relative;
	left: 0px;
	top: 40px;
	border: 5px solid #FFFFFF;
}
A:active
{
	text-decoration: underline;
	color: #0000FF;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
A:visited
{
	text-decoration: underline;
	color: #0000FF;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
A:link
{
	text-decoration: underline;
	color: #0000FF;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
A:hover
{
	text-decoration: underline;
	color: #FF0000;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.fine
{
	font-size: 9pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}
.boldfine
{
	font-size: 9pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}
.text
{
	font-size: 10pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}
.error
{
	font-size: 10pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.message
{
	font-size: 10pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
.header
{
	font-size: 12px;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.subheader
{
	font-size: 10pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}
.title
{
	font-size: 14pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #003385;
}
.subtitle
{
	font-size: 12pt;
	font-family: verdana, Arial, sans-serif;
	font-weight: bold;
	color: #003385;
}
/******************************************************************************
* 20040122 RJM added to handle website link default control
*****************************************************************************/
A.r123Link:link, A.r123Link:visited, A.r123Link:active
{
	text-decoration: underline;
	color: #0000FF;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
A.r123Link:hover
{
	text-decoration: underline;
	color: #FF0000;
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/******************************************************************************
* 20071003 RJM added to handle X close link
*****************************************************************************/
A.closeX:link, A.closeX:visited
{
	padding: 2px;
	width: 15px;
	height: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
A.closeX:hover
{
	background: #EEE;
}
A.closeX:active
{
	background: #FF0000;
	color: #FFF;
}
DIV.foot
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
DIV.foot A:link, DIV.foot A:visited, DIV.foot A:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #43830B;
	text-decoration: none;
}
DIV.foot A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

