body {
font-family: Arial, Helvetica, sans-serif; 
margin: 0px; 
background-color: #ffffff;
}
td {
font-family: Arial, Helvetica, sans-serif;
}
h2 {
text-align: center;
font-size: 16pt;
}
h3 {
text-align: center;
font-size: 12pt;
}
p {
font-size: 12pt;
font-weight: normal;
}
.emph {
font-style: italic;
text-align: center;
font-weight: bold;
}
.sidecom {  
color: #ffffff;
}
sup {  
font-size: 8pt;
}
h6 {  
font-size: 8pt;
}
.firstname {
color:<%=strColorFirstName%>;
font-size: 10 pt;
}
.lastname {
color:<%=strColorLastName%>;
font-size: 10 pt;
}
.email {
color:<%=strColorEmail%>;
font-size: 10 pt;
}
.company {
color:<%=strColorCompany%>;
font-size: 10 pt;
}
.address {
color:<%=strColorAddress%>;
font-size: 10 pt;
}
.city {
color:<%=strColorCity%>;
font-size: 10 pt;
}
.state {
color:<%=strColorState%>;
font-size: 10 pt;
}
.zipcode {
color:<%=strColorZipCode%>;
font-size: 10 pt;
}
.phone {
color:<%=strColorPhone%>;
font-size: 10 pt;
}
.fax {
color:<%=strColorFax%>;
font-size: 10 pt;
}