* {
	font-family: sans-serif;
	font-size: 8pt;
	color: #666666;
}
A {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}

div#header, div#footer, div.page-layout {
	/* width: 200px; */
}
div.page-layout {
	margin-bottom: 20px;
}

div.page-layout .right-of-title {
	display: block;
	text-align: right;
	padding: 2px;
}

div.page-layout div.rightObject {
	float: none;
	width:100%;
}
div.page-layout ul {
	padding: 0px 0px 0px 10px;
	margin: 6pt;
}
h1 { font-size: large; }
h2 { font-size: larger; }
h3, h4, h5 { font-size: medium; }

div#header .top {
	text-align: right;
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	background-color: #f8f8f8;
	border-top: 1px solid #CCCCCC;
	padding: 2px;

}

div#header .left, div#header.right {
	display: block;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	padding: 3px;
}
div#header div.middle {
	text-align: center;
}
div#header div.left, div#header div.right {
	display: block;
}
div#header img {
	/*
	width: 100%;
	height: auto;
	*/
}

div#header div.bottom ul {
	padding: 0px;
	margin: 0px;
}
div#header div.bottom li {
	list-style-type: none;
	margin-bottom: 3px;
	padding: 0px;
}
div#header div.bottom li a, div#footer div{
	border: 2px solid #CCCCCC;
	background-color: #EEEEEE;
	display:block;
	margin: 0px;
	padding: 4px;
	float: none;
}
div#footer {
	border-bottom: 2px solid #CCCCCC;
}
div#footer div {
	border-bottom: 0;
}

TABLE.Information {
	background-color: #CCCCCC;
	width: 100%;
	border-collapse: separate;
}
TABLE.Information TH {
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
TABLE.Information TH.Property {
	background-color: #FFFFFF;
	width: 50%;

}
TABLE.Information TD {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
