@charset "iso-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-left: 5px;
	margin-top: 1px;
	background-color: #606060;
}
.img_tray {
	border: 2px dotted #333333;
	padding: 5px 0px 2px;
	width: auto;
	height: 400px;
	float:right;
	margin-top: 20px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
h1 {
	font-size: 24px;
	color: #666666;
}
h2 {
	font-size: 18px;
	color: #663300;
	margin-left: 15px;
}
h3 {
	font-size: 16px;
	color: #000099;
}
h4 {
	font-size: 14px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #666666;
}
h6 {
	font-size: 10px;
	color: #663300;
}
p {
	font: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size:100%;
	background: left top;
	text-align: left;
	margin: 5px 0px 5px 25px;
	color: #000000;
}
#wrapper {
	background: #FFFFFF left top;
	padding: 0px;
	float: left;
	height: 449px;
	width: 939px;
}
.left_text {
	padding-left:5px;
	padding-right:2px;
	height: 447px;
	width: 420px;
	float: left;
	overflow: scroll;
}

