* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a:link {
	font-style: normal;
	font-weight: normal;
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FF9900;
}

a:active {
	color: #6699CC;
	text-decoration: underline;
}
.dash {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #999999;
	text-align: center;
	vertical-align: top;
}
.icons {
	text-align: left;
}

td {
	text-align: center;
	padding: 15px;
}
