.heading1{
	font-family: tahoma, helvetica;
	font-size: 24px;
	line-height: 32px;
	font: bold;
}

.heading2{
	font-family: tahoma, helvetica;
	font-size: 20px;
	line-height: 30px;
	font:bold;
}

.heading3{
	font-family: tahoma, helvetica;
	font-size: 16px;
	line-height: 24px;
	font:bold;
}

.paragraph{
	font-family: tahoma, helvetica;
	font-size: 12px;
	line-height: 18px;
	font:bold;
}

TABLE.opt_out {
	BORDER-COLLAPSE: collapse;
    text-align: center;
    BORDER: #CCCCCC 1px solid;
    background-color: #F3F3F3;
    padding: 10px;
}

TABLE.opt_out td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    PADDING: 10px;
    text-align: left;
}

