body {
	margin: 0px;
	background-color: Black;
}

body, td, p {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #FFCE81;
}

td.slides {
	width:450px;
	padding-bottom: 1px;
}

td.logo {
	width:450px;
	padding-left: 33px;
	padding-right: 33px;
	color: black;
}

p.logo {
	color: black;
}

td.white {
	background-color: White;
}

td.address {
	color: #FFCE81;
	text-align: center;
	width: 250px;
	padding-top: 72px;
}

table.top {
	background-image: url(images/bg1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

table.bottom {
	background-image: url(images/bg2.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

td.content {
	padding:18px;
}

p {
	text-align:justify;
}