A:link
{
	text-decoration: none;
}

A:hover
{
	color: green;
}
A:visited
{
	text-decoration: none;
}

TABLE.Body
{
	margin: 5px;
	align: left;
}
.Body
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.DocExample
{
	font-family: courier;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;	
}
.BodyTitle
{
	text-align: center;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}
.BodyBold
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.Error
{
	color: red;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.BodySmall
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
}