body {
	width: auto; 
	margin: 0 8% 0 5%;
	padding: 0; 
	border: 0;
	background: #fff;
	color: #000;
}

body, p, td, th, li {
	font-family: "Times New Roman", helvetica, serif;
	font-size: 11pt;
}

#banner {
	display: none;
}
#frame {
	
}
#frame img {
	border: none;
}
#toolbar {
	display: none;
}

#menu {
display: none
}

#content {
	float: none !important;
}

a {
	color: #039;
}
a:hover {
	color: #3399ff;
}

a:visited {
	color: #606060;
}

#content li {
	line-height: 170%;
	list-style-type : disc;
	list-style : circle;
}
h1 { 
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}
#content li {
	list-style-type: square;
}

table {
	border:1pt solid #000;
	border-collapse:collapse;
	margin-bottom: 1em;
}
th, td {
	border:1pt solid #000;
	border-collapse:collapse;
	text-align: left;
	vertical-align: top;
	padding: 2pt;
}
tr {
	border-collapse: collapse;
}
tr.row1 {
	background: #e9eeee
}
th {
	background:  #930;
	color: #fff;
	padding-left: 4pt;
}
table.fullwidth {
	width: 100%;
}

#footer {
	border-top: 1pt dotted gray;
	padding: 10pt 0 10pt 0;
	text-align: center;
	font-size: 9pt;
	color: #804040;
	clear: both;
}
#footer a, #footer a:visited {
	color: #039;
}

