<!--
a {
	color: Black;
	text-decoration: none;
}
a:visited 	{
	text-decoration: none;
}
a:hover 	{
	text-decoration: underline overline;
	color: Blue;
}
img {
	border: none;
}
body {
	background-color: #CCCCFF;
	background-image: url(bkg200t.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #D6C5A9;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #E5D3B5;
	scrollbar-arrow-color: #775F2C;
	scrollbar-face-color: #D4B98A;
	scrollbar-track-color: #D0AA63;
	scrollbar-base-color: #D3B581;
}

table.main 	{
	width: 800px;
}
td.header 	{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: center;
}
td.upperleft 	{
	background-image: url(tlcorner.gif);
	background-repeat: no-repeat;
}
td.left 	{
	background-image: url(ring.gif);
	background-repeat: repeat-y;
	width: 25px;
}
td.lowerleft 	{ 
 }
td.menu 	{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 120px;
	padding: 3px;
}
td.body 		{
	width: 625px;
}
td.right 	{
	width: 30px;
}
td.footer 	{
	vertical-align: top;
	text-align: center;
	font-size: 10pt;
}
.signature {
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	color: Black;
}
.signature:hover {
	text-decoration: underline overline;
	font-size: 12pt;
	color: Blue;
	background-color: White;
}
-->