HTML, BODY {
	margin: 0;
	padding: 0;
	background-color: #F5F8F4;
	background-image: url(/images/bg-1.gif);
}
* {
	font-family: Arial;
	font-color: black;
	font-size: 10pt;
}

TABLE.layout {
	width: 700;
	height: 100%;
	background-color: white;
}
TD.top {
	text-align: left;
	vertical-align: middle;
	background-color: #DAC9A8;
	padding: 10px 20px 10px 20px;
	height: 10px;
	border-left: solid 1px #C5B598;
	border-right: solid 1px #C5B598;
}
TD.hr {
	background-color: #B3B3B3;
	background-image: url(/images/bg-4.gif);
}
TD.middle {
	text-align: left;
	vertical-align: top;
	padding: 20px 0 20px 0;
	border-left: solid 1px #B3B3B3;
	border-right: solid 1px #B3B3B3;
}
TD.bottom {
	text-align: left;
	vertical-align: middle;
	background-color: #DAC9A8;
	padding: 5px 20px 5px 20px;
	height: 10px;
	border-left: solid 1px #C5B598;
	border-right: solid 1px #C5B598;
}

TABLE.content {
	width: 100%;
	height: 100%;
}

TD.menu {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 20px;
	width: 150px;
	border-right: 1px solid #B3B3B3;
}
TD.menu, TD.menu * {
	font-size: 8pt;
}

TD.body {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 20px;
}
/*
TD.menu2 {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 20px;
	width: 150px;
	border-left: 1px solid #B3B3B3;
}
*/

TD.body A {
	text-decoration: underline;
	color: #B3B3B3;
}
TD.body A:visited {
	color: #B3B3B3;
}

TD.menu UL {
	margin-left: 20px;
	margin-top: 5px;
	padding-top: 0;
	padding-left: 0;
	list-style: square;
	color: #8C9CD8;
}
TD.menu LI {
	margin-bottom: 5px;
}
TD.menu LI SPAN {
	color: black;
}
TD.menu A {
	text-decoration: none;
	color: #59678E;
}
TD.menu A:hover {
	text-decoration: underline;
}



TD.bottom A {
	text-decoration: none;
	color: #59678E;
}
TD.bottom A:hover {
	text-decoration: underline;
}



H1 {
	font-size: 13pt;
	margin: 0 0 10px 0;
	padding: 0;
}
P {
	margin: 0 0 10px 0;
	padding: 0;
}

.s, .s * {
	font-size: 8pt;
}
.sg, .sg * {
	font-size: 8pt;
	color: gray;
}



DIV.description {
	margin: 0 0 5px 0;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F7F7E4;
	border: solid 1px #F0EBE0;
}

DIV.comment {
	margin: 0 0 5px 0;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	background-color: #eee;
	border: solid 1px #D6D6D6;
}
DIV.comment A, DIV.comment A:visited {
	color: #6B6B6B;
}
