body{
font-family: Arial, Helvetica;
margin: 0;	
}

h1{
	font-size: 16pt;
}

p {
	line-height: 1.3em;
}

#contentCell{
	padding: 15;
}

#DLTitle
{
    font-family: Arial;
    font-size: 12;
    font-weight: bold;
    color: Navy;
    }
    
#DLDate
{
    font-family: Arial;
    font-size: 14;
	FONT-WEIGHT:BOLD;
    width: 100%;
    border-top: 1 solid #999999;
    border-bottom: 1 solid #999999;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E5ECE7', startColorstr='#ffffff', gradientType='1');
    }
#DLText
{
    font-family: Arial;
    font-size: 12;
    }
#DLText P
{
    font-family: Arial;
    font-size: 12;
    margin-top: 0;
    }