body {
	width			: 100%;
	margin			: 0px;
	padding			: 0px;

	font-family		: verdana;
    font-size		: 9pt;
	color			: #000000;
}

div {
	font-size		: 8pt;
	color			: #000000;

	margin			: 0px;
	padding 		: 0px;
}

table {
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

.outer {
	width			: 951px;
	height			: 600px;

	margin-left		: auto;
	margin-right	: auto;

	padding			: 0px;
}

span.title {
	margin			: 0px;
	padding			: 0px;

	font-size		: 9pt;
	font-weight		: 700;
}

div.menu {
	position		: relative;
	left			: 0px;
	top				: 0px;

	width			: 911px;
	height			: 20px;

	margin			: 0px;

	padding-top		: 10px;
	padding-bottom	: 0px;
	padding-left	: 20px;
	padding-right	: 20px;

	text-align		: right;
}

div.subMenu {
	position		: relative;
	left			: 0px;
	top				: 0px;

	width			: 911px;
	height			: 20px;

	margin			: 0px;

	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 20px;
	padding-right	: 20px;

	text-align		: right;
}

div.main {
	position		: relative;
	left			: 0px;
	top				: 50px;

	width			: 951px;
	height			: 451px;

	margin			: 0px;
	padding			: 0px;
}

div.line {
	position		: absolute;
	left			: 475px;
	top				: 0px;

	width			: 1px;
	height			: 451px;

	margin			: 0px;
	padding 		: 0px;

	background-color: #000000;
}

#text1 {
	position		: absolute;

	left			: 20px;
	top				: 0px;

	width			: 430px;
	height			: 450px;

	margin			: 0px;
	padding 		: 0px;

	font-size		: 8pt;
	color			: #000000;

	text-align		: left;
}

#text2 {
	position		: absolute;

	left			: 495px;
	top				: 0px;

	width			: 430px;
	height			: 450px;

	margin			: 0px;
	padding 		: 0px;

	font-size		: 8pt;
	color			: #000000;

	text-align		: left;
}

div.image {
	position		: absolute;
	left			: 0px;
	top				: 0px;

	margin			: 0px;
	padding 		: 0px;

    width			: 710px;
	height			: 450px;

	text-align		: center;
}

div.footer {
	position		: relative;

	left			: 0px;
	top				: 10px;
	width			: 951px;
	height			: 20px;

	margin-left		: auto;
	margin-right	: auto;
	padding			: 0px;

	font-size		: 8pt;
	color			: #999999;
	text-align		: center;
}

img.image {
	margin-left		: auto;
	margin-right    : auto;
}

a.image {
	text-decoration : none;
}

a {
	color			: #000000;
}

a.menu {
	font-size		: 9pt;
	font-weight		: 500;
	color			: #000000;

	text-decoration	: none;
	margin-left		: 10px;
}

a.menu:hover {
	font-size		: 9pt;
	font-weight		: 500;
	color			: #000000;

	text-decoration: underline;
	margin-left		: 10px;
}

a.menuSelected {
	font-size		: 9pt;
	color			: #000000;

	margin-left		: 10px;
}

a.subMenu {
	font-size		: 8pt;
	font-weight		: 500;
	color			: #000000;

	text-decoration	: none;
	margin-left		: 10px;
}

a.subMenu:hover {
	font-size		: 8pt;
	font-weight		: 500;
	color			: #000000;

	text-decoration	: underline;
	margin-left		: 10px;
}

a.subMenuSelected {
	font-size		: 8pt;
	color			: #000000;

	text-decoration	: underline;
	margin-left		: 10px;
}

