#dft
{
color:				#276574;
}

#dft2
{
color:				#E08A72;
}

#dft3
{
color:				#FFFFFF;
}

#prt
{
color:				#00009C;
}

    body,td,a,p,i,font,
    {
    font-family:		Arial,Verdana,Tahoma;
    font-size:			8pt;
    font-weight:		normal;
    }

        a#dft
        {
        text-decoration:	none;
        font-weight:		normal;
        }
        
        a#dft:hover
        {
        text-decoration:	underline;
        font-weight:		normal;
		}
		
        a#dft2
        {
        text-decoration:	none;
        font-weight:		bold;
        }
        
        a#dft2:hover
        {
        text-decoration:	underline;
        font-weight:		bold;
		}
        
        td#dft
        {
        text-decoration:	none;
        }
        
        td#dft2
        {
        font-weight:		bold;
        }
		
        td#dft3
        {
        font-weight:		normal;
        }

        td#prt
        {
        font-weight:		bold;
        }
		
	td
	{
    font-family:		Arial,Verdana,Tahoma;
    font-size:			8pt;
    font-weight:		normal;
	color:				#276574;
	}
	
	a
	{
	text-decoration:	none;
	font-weight:		bold;
	}
	
	a:hover
	{
	text-decoration:	underline;
	font-weight:		bold;
	};