<html>
    <head>
        <style type='text/css'>
            body {
                width: 700px;
                border: 1px solid #EEE;
                color: #666;
                font-family: Helvetica, Arial, sans-serif;
                font-size: 14px;
            }
            a {
                color: #1B6DAD;
                text-decoration: none;
            }
            .task-header{
                padding: 10px 0;
                color: #333;
                font-size: 22px;
                font-weight: 700;
                background: #ECECEC none repeat scroll 0 0;
                            text-align: center;
            }
            .task-name {
                height: 35px;
                border-bottom: 1px solid #EEE;
                font-size: 18px;
                           text-align: center;
            }
            .info-table {
                width: 600px;
            }
            .info-row {
                height: 25px;
            }
            .info-value {
                font-style: normal;
            }
            .info-label {
                font-weight: bold;
            }
            .info-line-top{
                border-top: 1px solid #EEE;
            }
        </style>
     </head>
    <body style='width: 700px;border: 1px solid #EEE;color: #666;font-family: Helvetica, Arial, sans-serif;font-size: 14px;'>
        <h1 class='task-header' style='padding: 10px 0;color: #333;font-size: 22px;font-weight: 700;background: #ECECEC none repeat scroll 0 0;text-align: center;'>&lt;CustomerName&gt; - Profile Task</h1>
        <h2 class='task-name' style='height: 35px;border-bottom: 1px solid #EEE;font-size: 18px;text-align: center;'>
            <a href='&lt;TaskURL&gt;' style='color: #1B6DAD;text-decoration: none;'>
                &lt;TaskName&gt;
            </a>
        </h2>
        <table align='center' class='info-table' style='width: 600px;'>
            <tbody>
                <tr class='info-row' style='height: 25px;'>
                    <td class='info-label' style='font-weight: bold;'>Assigned To:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;AssignedTo&gt;</td>
					 <td class='info-label' style='font-weight: bold;'>Task Type:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;TaskType&gt;</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td class='info-label' style='font-weight: bold;'>Status:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;TaskStatus&gt;</td>
					<td class='info-label' style='font-weight: bold;'>Due Date:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;DueDate&gt;</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
					<td class='info-label' style='font-weight: bold;'>Start Date:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;StartDate&gt;</td>
					 <td class='info-label' style='font-weight: bold;'>Created By:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;CreatedBy&gt;</td>
                </tr>
				<tr class='info-row' style='height: 25px;'>
                    <td class='info-label' style='font-weight: bold;'>Modified By:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;ModifiedBy&gt;</td>
					 <td class='info-label' style='font-weight: bold;'>Created Date:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;CreatedDate&gt;</td>
                </tr>
					<tr class='info-row' style='height: 25px;'>
					<td class='info-label' style='font-weight: bold;'>Modified Date:</td>
                    <td class='info-value' style='font-style: normal;'>&lt;ModifiedDate&gt;</td>
				</tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-label info-line-top' style='font-weight: bold;border-top: 1px solid #EEE;'>Description:</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-value' style='font-style: normal;'>&lt;Description&gt;</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-label info-line-top' style='font-weight: bold;border-top: 1px solid #EEE;'>Related Link:</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-value' style='font-style: normal;'>&lt;RelatedLink&gt;</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-label info-line-top' style='font-weight: bold;border-top: 1px solid #EEE;'>Notes:</td>
                </tr>
                <tr class='info-row' style='height: 25px;'>
                    <td colspan='4' class='info-value' style='font-style: normal;'>&lt;Notes&gt;</td>
                </tr>
            </tbody>
        </table>

    </body>
</html>