body  {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1mm;
	line-height: 150%;
}

td    {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.2mm;
	line-height: 150%;
	font-size: 100%;
}

.border	{
	border: solid black 1px;
}

strong  {
	font-weight:  normal;
	color: #000000;
	font-size: 200%;
}

a:link	{
	color: #000000;
	text-decoration: underline;
}

a:visited  {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

p  {
	font-family: arial, helvetica, sans-serif;
}

.title	{
	font-weight: bold;
	line-height: normal;
	font-size: 300%;
}

.separator  {
	background-image: url(images/sep.gif);
	background-repeat: repeat-y;
}

.white  {
	color: #ffffff;
	font-weight: bold;
}

.red  {
	color: #ee0000;
	font-weight: bold;
}

.small  {
	font-size: 75%;
	line-height: normal;
}

.top  {
	position: absolute;
	visibility: visible;
	left: 0;
	top: 0;
	z-index: 1;
}

:link.class1 {text-decoration:none; font-weight: bold;}
:visited.class1 {text-decoration:none; font-weight: bold;}
:active.class1 {text-decoration: none; font-weight: normal;}
:hover.class1 {text-decoration: none; font-weight: normal;}

p.r	{
    text-align: right;
}

p.l	{
    text-align: left;
}

p.c	{
    text-align: center;
}

img {
	border: none;
}
img.border 
{
    border-width: thin;
}