/* CSS Document */
A:link {text-decoration:none; color:#333;}
A:active {text-decoration:none; color:#333;}
A:visited {text-decoration:none; color:#333;}
body {
	background:#ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
table {
	width:780px;
	height:123px;
	background:#ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
table td {
	padding:0px;
	border-width: 0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}
.contactinfo {
	padding:8px;
	text-align:center;
	width:780px;
	color: #333333;
}

