<style type="text/css">    
body	{
    	font-family : Arial;
    	font-size : 13px;
    }

td	{
    	font-family : Arial;
    	font-size : 13px;
    }

p	{
    	font-size : 13px;
    	color : Black;
    }

.text  {
    	font-family : Arial;
    	font-size : 13px;
    	color : Black;
		margin-top : 5px;
		margin-bottom : 2px;
    }
.right {
	text-align : right;	
	}
	
.bold	{
    	font-weight : bold;
    }
#little	{
    	font-size : 10px;
    }

#white	{
    	color : White;
    }
#copy {
    	font-size : 9px;
		line-height: 10px;
    	color : White;
    	text-decoration : none;
}
    A.copy  {
    	text-decoration : none;
    }
	
h1	{
    	font-size : 16px;
    	font-weight : bold;
    	color : Black;
    }

    A.lnk  {
    	text-decoration : underline;
    	color : navy;
    	font-weight : normal;
    	font-family : Arial;
    }
    
    A:LINK.lnk  {
    	text-decoration : underline;
    	color : navy;
    	font-weight : normal;
    	font-family : Arial;
    }
    
    A:HOVER.lnk  {
    	text-decoration : underline;
    	color : cc0000;
    	font-weight : normal;
    	font-family : Arial;
    }
    
    </style>