body {
	background-image: url(images/BG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11pt;
}
table.Body {
	width: 780px;
}
td.Top {
	width: 780px;
	height: 380px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
td.Middle {
	width: 780px;
	background-image: url(images/middle.jpg);
}
td.Bottom {
	width: 780px;
	height: 89px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
td.Flash {
	width: 260px;
	vertical-align: top;
	text-align: left;
}
td.Description {
	width: 520px;
	vertical-align: top;
	font-size: 10pt;
}
p {
	margin-right: 80px;
	margin-left: 80px;
	text-align: justify;
	font-size: 11pt;
}
a.TopMenu {
	color: Yellow;
	text-decoration: none;
	font-size: 10pt;
}
a:hover.TopMenu {
	color: Yellow;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: White;
	text-align: left;
	margin-left: 80px;
	font-family: JUSTICE;
}

