* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EDEDED;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}
a {
	text-decoration: none;
	color: blue;
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
h3 {
	text-align: center;
	padding-bottom: 30px;
}
table {
	border-style: collapse;
}
table tr td {
	text-align: left;
}
table tr td.left {
	width: 395px;
}
table tr td.right {
	width: 330px;
}
table tr td.label {
	padding-left: 10px;
	width: 110px;
}
div.top {
	padding-top: 44px;
	background-color: #FFF;
}
div.bottom {
	background-color: #EDEDED;
}
img {
	padding: 0px;
	margin: 0px;
}
.copyright {
	font-size: 9px;
	font-family: verdana;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.dark {
	background-color: #434343;
	color: #FFF;
	font-weight: bold;
}
