/*
BODY
{
	font: 8pt "ms sans serif";
	background-color: #FFFFFF;
	color: #000000;
	cursor: default;
}
*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}

/*
.title
{
	font-size: 10pt;
	font-family: "ms sans serif";
	color: #000000;
	cursor: default;
}
*/
.Title
{
	font-weight: bold;
	font-size: 14pt;
	color: #339966;
	padding-top: 0px;
}
.WizardFont
{
	FONT: 9pt Arial, Helvetica, sans-serif;
	COLOR: #000000
}
TD
{
	font: 8pt "ms sans serif";
	color: #000000;
	cursor: default;
}
	  
A:link
{
	text-decoration: underline;
	color: #003399;
	cursor:hand;
}
A:active
{
	text-decoration: underline;
	color: #990000;
	cursor: hand;
}
A:visited
{
	text-decoration: underline;
	color: #003399;
	cursor: hand;
}
A:hover
{
	text-decoration: underline;
	color: #990000;
	cursor: hand;
}

