body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

h1,h2 {
	background: #aaaaff;
	border: solid 1px;
}

table {
	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

tr {
	padding: 0px;
	margin: 0px;
}
tr.attribute_hidden {
	color: #777777;
}


td {
	margin: 0px;
	font-size: 10pt;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	
}

th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 10pt;
	text-align: left;
	background: #ddddff;
}

th.tablehead {
	background: #aaaaff;
}

p.image {
	text-align: center;
	font-size: 8pt;
}

a {
	color: #000070;
}

ul.hier, ul.hier ul {
	list-style-type: none; /* get rid of the bullets */
	padding: 0;
	margin: 0; /* no margin for IE either */
}

ul.hier ul {
	margin-left: 10px;
}

ul.hier li {
	margin: 0;
	padding: 0 7px;
	line-height: 20px;
	color: #369;
	border-left: 1px solid rgb(100, 100, 100);
}

ul.hier li:last-child {
	border-left: none;
}

ul.hier li:before {
	position: relative;
	top: -0.3em;
	height: 1em;
	width: 12px;
	color: white;
	border-bottom: 1px solid rgb(100, 100, 100);
	content: "";
	display: inline-block;
	left: -7px;
}

ul.hier li:last-child:before {
	border-left: 1px solid rgb(100, 100, 100);
}

p.disclaimer {
	background: #ddddff;
	text-align: center;
	font-size: 8pt;
}

p.menu {
	background: #aaaaff;
	text-align: center;
}

img {
	border: 0px;
}