body {
	font-style: tahoma, sans-serif;
	color: #4D6DB2; 
	background-color: #e0e6f3;
	font-family: tahoma, sans-serif;
	line-height: 18px;
	overflow: hidden;
}

#main {
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -410px;
	top: 30px;
	padding: 20px 50px;
	background-color: #ffffff;
	border: 1px solid #DB8606;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#listing {
	position: relative;
	width: 708px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;

}

#acro {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -182px;
	top: 156px;
}

.copy {
	color: #4D6DB2;;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	text-align: right;
	margin-right: 4px;
}

.tease {
	color: #ff0000;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-left: 12px;
}

a:link {
	text-decoration: none; 
	color: #4D6DB2;
}
a:active {
	text-decoration: none; 
	color: #4D6DB2;
}
a:visited {
	text-decoration: none; 
	color: #4D6DB2;
}
a:hover {
	text-decoration: underline; 
	color: #DB8606;
}

td {
	color: #4D6DB2;
	font-size: 13px;
}

b {
	color: #DB8606;
}

p {
	font-size: 13px;
	text-align: justify;
	color: #4D6DB2;
}