body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
.txt {
	color: #555555;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
}
.txt2 {
	color: #555555;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
}
td.copy {
	background-image: url(images/copy-bg.gif);
	background-repeat: no-repeat;
	width: 620px;
	height: 35px;
	color: #555555;
	font-family: tahoma;
	font-size: 11px;
	padding-top: 16px;
	padding-right: 24px;
	text-align: right;
}
a.mail {
	color: #d40000;
	text-decoration: underline;
}
td.bg-title {
	background-image: url(images/bg-title.gif);
	background-repeat: repeat-x;
	height: 31px;
}
td.title {
	color: #d40000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	height: 31px;
}
td.bg-white {
	background-color: White;
	height: 61px;
	vertical-align: middle;
}
td.bg-grey {
	background-color: #ebebeb;
	height: 61px;
	vertical-align: middle;
}

tr.bg-white1 {
	background-color: White;
	height: 25px;	
}
tr.bg-grey1 {
	background-color: #ebebeb;
	height: 25px;	
}