A
{
	color: blue;
	text-decoration: none;
}
.whitelink
{
	color: #FFFFFF;
	text-decoration: none;
}
.blacklink
{
	color: blue;
	text-decoration: none;
}
.blacklinkwithrollover
{
	color: blue;
	text-decoration: none;
}
.bluelink
{
	color: #0000FF;
	text-decoration: none;
}
A:hover
{
	color: #AABBDD;
	text-decoration: underline;
}
A:hover.blacklink
{
	color: blue;
	text-decoration: underline;
}
A:hover.blacklinkwithrollover
{
	color: #0000FF;
	background-color: #FFFF33;
	text-decoration: underline;
}
A:hover.bluelink
{
	color: #0000FF;
	background-color: #FFFF33;
	text-decoration: underline;
}
.boxborder
{
	border-color: #000000;
	border-style: solid;
	border-width: 1;
}
BODY
{
	font-size: 8pt;
	vertical-align: baseline;
	color: darkblue;
	font-family: Trebuchet MS;
	text-align: left;
}

TABLE
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	text-justify: auto;
	font-size: 8pt;
	vertical-align: baseline;
	border-left: black 0px solid;
	/*color: black;*/
	border-bottom: black 0px solid;
	font-family: Verdana, Arial;
	border-collapse: collapse;
	background-color: #f9f9f9;
	text-align: justify;
}

P
{
	margin: 5px;
}

IMG
{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

