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;
}

table#container {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}

table#container tr {
	border: none;
}

#banner {
	display: none;
}
#frame {
	
}
#frame img {
	border: none;
}
#toolbar {
	display: none;
}

#menu {
display: none
}

#left {
	display: none;
}

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;
}

img { border: 0; }
td#main {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0 5px 0 5px;
	background: transparent;
	border: none;
}


tr.row1 {
	background: #e9eeee
}
th {
	background:  #930;
	color: #fff;
	font-size: 12pt;
}
td, th {
	padding: 4pt;
}
table, td, th {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.overview, 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;
}