﻿.BodyTextBlack
{
	font-size: 9pt;
	color: black;
	font-weight: normal;
	font-style: normal; 
	font-family: Arial;
}
.BodyTextBlackBold
{
	font-size: 9pt;
	color: black;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
}
.BodyTextBlackItalic
{
	font-size: 9pt;
	color: black;
	font-weight: normal;
	font-style: italic;
	font-family: Arial;
}
.BodyTextBlackBoldItalic
{
	font-size: 9pt;
	color: black;
	font-weight: bold ;
	font-style: italic;
	font-family: Arial;
}
.Footer
{
	font-size: 8pt;
	color:Black;
	font-weight: bolder;
	font-style: normal;
	font-family: Arial;
	text-align:center;
}

.TableBackgroundViolet
{
	background-color: #6766cc;
}
.TableBackgroundBlack
{
	background-color: Black;
}
A:link
{
	font-size: 9pt;
	color: #6766cc;
	font-family: Arial;
}
A:visited
{
	font-size: 9pt;
	color: #ff9900;
	font-family: Arial;
}
A:hover
{
	font-size: 9pt;
	color: #6600cc;
	font-family: Arial;
}
BODY
{
	background-color:white;
	margin-top:0;
	margin-left:0;
	margin-right: 0;
	margin-bottom:0;
}
IMG.FloatLeft
{
	float: left;
	margin-right: 10px;
}