body {
	margin: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0px;
}

img {
	border: none;
}

a:link {
	color: #4060FF;
	text-decoration: none; 
}
	
a:visited {
	color: #4060FF;
	text-decoration: none; 
}
	
a:hover {
	color: #4060FF;
	text-decoration: underline; 
}

a:active {
	color: #4060FF;
	text-decoration: none; 
}

div.bodycenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.p {
	text-indent: 8px;
	margin: 8px 0px 8px 0px;
	line-height: 16px;
}

.infolink {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 32px;
	background: url('images/info_icon.png') 2px center no-repeat;
}

.downloadlink {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 32px;
	background: url('images/download_icon.png') 2px center no-repeat;
}

.buylink {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 32px;
	background: url('images/buy_icon.png') 2px center no-repeat;
}

input, textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}
