#big_box1 {
	position: absolute; top: 100px; left: 150px;
	width:520px;
	height:450px;
	border: 1px solid #eeeeee; 	font-weight:700;
	color: #ffffff;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	}

#big_box1_title {
	border-bottom: 1px solid #eeeeee;
	height:15px;
	}

#big_box1_content {
	padding: 5px;
	width:500px;
	height:420px;
	overflow: auto;
	font-weight:500;
	text-indent:-10px;
	padding-left:15px;
	}

p {
   margin:0 0 0 0;
}

img {
	border: 0px;
	}

a { color:#ffffff; text-decoration:underline; }
