body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
.mainTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	table-layout:auto;
	position:relative;
}
.copyright{
	font-size: 9px;
	color: #CCCCCC;
	text-align:right;

}

.image {
	border-color: #9D9DA1;
}
.HeadlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	top:auto;
	text-align: left;
	color: #000000;
}
.column {
width: 274px;
vertical-align:top;
}
.spacer {
width: 14px;
}
.HeadlineTextUnder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;

}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}
.mainTextUnJustified {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	text-align:left
	}
	
a:link
{
	color: #333333;
}

