* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #FFFFFF;
}
a:link {
	font-style: normal;
	font-weight: normal;
	color: #345E8F;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #345E8F;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

a:active {
	color: #345E8F;
	text-decoration: underline;
}
.dash {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 12px;
}

p {
	font-size: 80%;
	line-height: 200%;
	color: #999999;
	text-align: center;
	vertical-align: top;
}
td {
	text-align: center;
	padding: 30px;
}

