

/*
.image {
	margin-left: 10px;
	margin-top: 6px;
	border-top-color: #9FCB6A;
	border-bottom-color: #9FCB6A;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 8px;
	border-bottom-width: 8px;
	margin-bottom: 6px;
	clear: right;
}*/
.image {
	border:1px solid #9fcb6a;	
	padding:3px;
	margin:6px 0 6px 10px;
	}




.right_table {
	clear: both;
	float: right;
	background-color: #FFFFFF;
	margin-top: 10px;
}


.image_copy {
	margin-left: -5px;


}
.next_button {
	background-image: url(../images/bluearrow.gif);
	color: #04A7E3;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	background-position: left center;
}
.back_button {
	background-image: url(../images/bluearrowback.gif);
	color: #04A7E3;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	background-position: left center;
}
.category {
	color: #8ABF48;
	padding:4px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FCB6A;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: -10px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.category a{
	
	}
.article {
	color: #8ABF48;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FCB6A;
	font-size: 0.9em;
	margin-top: -10px;
	margin-left: 5px;
	margin-right: 5px;
}

.blue_font {
	color: #04A7E3;
}

.green_font {
	color: #8ABF48;
}