/* Global */
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	/*letter-spacing:1px;*/
	text-align:left;
}
img {
	margin:0;
	padding:0;
	border:0;
}

.note {
	font-size:smaller;
}

/* Document Structure */
div#document {
	width:100%;
	margin:0;
	padding:0;
	background-color:white;
}
div#header {
}
div#header div#title {
	display:none;
}
div#header div#printtitle {
	font-size:20pt;
	font-weight:bold;
	text-align:left;
}
div#page {
}
div#navigation {
	display:none;
}
div#content {
	width:100%;
	padding:10px;
}
div#content:after {
	clear:both;
}
div#footer {
	display:none;
	clear:both;
}
.minheight {
	display:none;
}

/* Content */
div#content h1 {
	font-size:1.5em;
	margin-top:0;
	border-bottom: 1px solid black;
}
div#content h2 {
	font-size:1.3em;
	margin-top:0;
	margin-bottom:0.5em;
}
div#content h3 {
	font-size:1em;
	margin-top:0;
	margin-bottom:0;
}
div#content a:link, div#content a:visited {
	color:black;
}
div#content a:hover {
	color:#5E5E5E;
	text-decoration:none;
}

div#content table {
	border-spacing:0px;
	border:0;
	width:100%;
	font-size:80%;
}
div#content table th {
	background: #CACAAB;
	font-weight:bold;
	padding:2px;
}
div#content table td {
	padding:4px;
}