/*
<h2>    Page    </h2>
    ====    
<Xmp>*/
BODY    
	{
	font-family	:	Verdana, Arial, sans-serif; 
	margin-top:     -2px;
	margin-left:    -2px;
	margin-right:   0px;
	margin-bottom:  0px;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	background-color: #ffffff;
	}
/*</Xmp>

<h2>    Links   </h2>
    =====   
<Xmp>*/
A:link, A:active
	{
	text-decoration	:	underline;
	color		: #0464A1;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		: #663366; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		: White;
	background	: #666699;
	}
A:hover.brown 
	{ 
   	text-decoration	:	none; 
	color		:	#000000;
	background	:	#ffcc00;
	}
A:visited.brown, A:link.brown
	{
	text-decoration	:	none;
	color		:	#ffffff;
	}
/*</Xmp>
<h2>    Headings and Text Elements        </h2>
    ========        
<Xmp>*/
H1 	{
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-WEIGHT: bold;
	}
H2 	{
	COLOR: black; 
	FONT-FAMILY:	Verdana, Arial, 
    Helvetica, sans-serif; 
	FONT-WEIGHT: bold;
	}
H3 	{
	COLOR: black; 
	FONT-FAMILY:	Verdana, Arial, 
    Helvetica, sans-serif; 
	FONT-WEIGHT: bold;
	}
H4 	{
	COLOR: black; 
	FONT-FAMILY:	Verdana, Arial, 
    Helvetica, sans-serif; 
	FONT-WEIGHT: bold;
	}
P, TR, THEAD, TFOOT, TH, TD, 
DL, OL, UL, BLOCKQUOTE, SPAN, BR
	{
	FONT-FAMILY:
	Verdana, Arial, Helvetica, 	sans-serif;
	}
.teeny  {
        font-family     :       Verdana, Arial, Helvetica, sans-serif;
        font-size       :       8pt;
	
