@charset "utf-8";
/* CSS Document */
.oa_related { width:600px; background-color:#FFFFFF}
.oa_related img { 
	border:3px solid #D0F0D0;
	margin: 3px 3px 3px 0;
	width:100px; 
	max-height:100px;
	float:left;
	}

.oa_related a {
	color: #FF8033;
	text-decoration: none;
	font-family: "Georgia", "Times New Roman", Serif;
}

.oa_related a:hover, a:visited, a:active {
	color: #FF8033;
	text-decoration: none;
}

.oa_related p {
	margin: 3px 3px 6px 3px;
	
}

.oa_related .item {
	margin:1px 0px 1px 0px;
	padding:2px 0px 2px 5px;
	width:98%;	
	border-top:#D0F0D0 solid 3px;
}


