<!--
/* Link Section */

a:link		{color:#ff00cc;}
a:active	{color:#ff00cc;}
a:visited	{color:#888888;}
a:hover		{color:#ffffff;}
a		{cursor:crosshair;}


/* Basics */

body		{
	background:URL(background.GIF) no-repeat fixed;
	background-color:#000000;
	font-family:Arial,Helvetica,Verdana;
	font-size:10pt;
	color:#FFFFFF;
	scrollbar-shadow-color:#a0a0a0;
	scrollbar-arrow-color:#c0c0c0;
	scrollbar-face-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-light-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#606060;
	scrollbar-darkshadow-color:#000000;
	margin-left:40px;
}

table		{font-size:10pt;}
table.onetext	{width:100%; border:1 solid #ff00cc;}
table.onetext2	{width:100%; border:3 double #ff00cc;}
table.oneday	{width:100%; border:4 double #ffffff;}
span.bracket	{color:#ff00cc; font-weight:bold;}
span.tiny	{font-size:8pt; font-weight:normal;}
span.signature	{border-bottom:1 solid #ff00cc;}

-->