div#container { 
	color: #3c3c3c; text-align:left
}

div#content p {
	text-align: left;}

div#content {
	font-family: "Courier New", "Gill Sans", Helvetica, Arial, sans-serif, Didot, "Times New Roman";
	font-size: 11px;
	color: #3c3c3c; 
	top: 0px;
	left: 0px; 
	position: fixed; 
	height: 600px; 
	width: 800px; background:white
}

div#info { 
	right: 0px; 
	font-family: "Courier New", "Gill Sans", Helvetica, Arial, sans-serif, Didot, "Times New Roman";
	font-size: 11px;
	padding-bottom: 12.5px; 
	padding-right: 25px; 
	padding-left: 25px; 
	padding-top: 40px; 
	display: run-in; 
	clear: right; 
	bottom: 0px; 
	color: #3c3c3c; 
	position: relative;
	float: right; 
	height: 100px; 
	width: 200px; 
	background:white;
	z-index:10; 
}

body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #3c3c3c;
	float: none;
	overflow: auto;
}



body,td,th {
	background-repeat: repeat;
	text-decoration: none;
	color: #3c3c3c;
	font-size: 11px;
}
a:link {
	text-decoration: underline;
	color: #3c3c3c;
	border: 0px none #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #3c3c3c;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #3c3c3c;
	background-color: #3c3c3c;
	border: none;
	
}
a:active {
	text-decoration: none;
	color: white;
	background-color: #3c3c3c;
}
a:selected {
	text-decoration: underline;
	background-color: white;
	color: #ffff3a;
	border: 0px none #FFFFFF;
}

.image {
	position: fixed;
	top: 180px;
	left: 50px;
	overflow: auto;
	overflow-y: auto;
}
