
A.consoleLink
{
	color:blue;
	font-size:16pt;
}

A.consoleLink:hover
{
	color:red;
}

BODY
{
	background-color:white;
	color:black;
	font-family:Verdana;
	font-size:8pt;
	margin:16px;
}

DIV.body
{
	text-align:center;
	width:100%;
}

DIV.image
{
	margin:16px;
	text-align:center;
}

DIV.image IMG
{
	
}

DIV.instructions
{
	background-color:whitesmoke;	
	border:2px solid gainsboro;
	color:black;
	font-family:Tahoma;
	font-size:9pt;
	margin-top:16px;
	padding:16px;
	width:600px;
}

DIV.instructions A
{
	color:blue;
	font-weight:bold;
}

DIV.instructions A:hover
{
	color:red;
}

DIV.instructions UL
{
	line-height:16px;
	text-align:left;
}

DIV.instructions UL LI
{
	margin-bottom:16px;
}