<style>
.tk{}

/* predefined ---------------------------------------------------------- */
body, table	{
	font-family: verdana, sans-serif;
	font-size: 13px;
}

/* links ---------------------------------------------------------- */
a.menu:link	{
	color: #000000;
	text-decoration: none;
}
a.menu:active	{
	color: #059BCF;
	text-decoration: underline;
}
a.menu:visited	{
	color: #000000;
	text-decoration: none;
}
a.menu:hover	{
	color: #059BCF;
	text-decoration: underline;
}

a.site:link	{
	color: #059BCF;
	text-decoration: underline;
}
a.site:active	{
	color: #284e9b;
	text-decoration: underline;
}
a.site:visited	{
	color: #059BCF;
	text-decoration: underline;
}
a.site:hover	{
	color: #284e9b;
	text-decoration: underline;
}

a.top:link	{
	color: #059BCF;
	text-decoration: none;
	}
a.top:active	{
	color: #000000;
	text-decoration: underline;
}
a.top:visited	{
	color: #059BCF;
	text-decoration: none;
}
a.top:hover	{
	color: #000000;
	text-decoration: underline;
}


a.bot:link	{
	color: #059BCF;
	text-decoration: none;
	}
a.bot:active	{
	color: #284e9b;
	text-decoration: underline;
}
a.bot:visited	{
	color: #059BCF;
	text-decoration: none;
}
a.bot:hover	{
	color: #000000;
	text-decoration: underline;
}

/* areas ---------------------------------------------------------- */
.head	{
	font-size: 10px;
	color: #000000;
}
.menuDiv	{
	position:relative; 
	left:70px; 
	text-align:left;
	top:10px; 
	font-size:14px; 
	font-weight:bold;
}
.foot	{
	font-size: 12px;
	font-weight: bold;
}

/* text formatting ---------------------------------------------------------- */
.headingText	{
	color: #059BCF;
	font-size: 13px;
	font-weight: bold;
}
.headingText2	{
	color: #059BCF;
	font-size: 16px;
	font-weight: bold;
}
.headingText3	{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.menuOff	{
	color: #059BCF;
	background-color:#eeeeee;
}
.copy	{
	color: #999999;
	font-size: 9px;
}
.note	{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

</style>