body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
td.left, td.right {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
td.right {
	background-image: url(images/right.gif);
}
td.path-bg {
	background-image: url(images/path-bg.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 25px;
	padding-top: 5px;
}
td.path {
	font-size: 11px;
	color: White;
}
a.path {
	color: White;
	font-weight: bold;
}
td.url {
	text-align: right;
	color: White;
	font-size: 11px;
}
a.url {
	color: White;
}
.txt {
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
}
td.copy {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}
a.mail {
	color: #6978b7;
	text-decoration: underline;
}
.txt11 {
	font-size: 11px;
	line-height: 15px;
}
td.blue-box {
	background-color: #13007c;
	padding: 15px;
	font-size: 11px;
	color: White;
	border-top: 1px white solid;
}
a.white-link {
	color: White;
	text-decoration: underline;
}