body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	text-indent: 0px;
	margin: 37px 0px 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	
}
table {
	text-align: center;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
a:hover {
	background-color: #99CCFF;
	display: block;
	color: #3300FF;
}
.buttons {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
	height: 16px;
}
p {
	margin: 6px 0px 0px;
	display: block;
}
