@charset "UTF-8";
/* CSS Document */
.bodycopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #3D4242;
}

.image_wrap_left {
	float:left;
	padding:5px 5px 12px 5px;
	margin:30px 15px 30px 0;
	border-style:solid;
	border-color:#999999;
	border-width:0.1em;
	clear:both;
}

.image_wrap_right {
	float:right;
	padding:5px 5px 12px 5px;
	margin:30px 0 30px 15px;
	border-style:solid;
	border-color:#999999;
	border-width:0.1em;
	clear:both;
}

.image_wrap_left p,
.image_wrap_right p {
	text-align:center;
	font-weight:bold;
}

.clear {clear:both;}

/*  __________________     icon links    ___________*/
.section_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.section_links img,
.section_links a img {
 	border:none;
	cursor:auto;
	text-align:center;
}

.section_links td {
	border:solid;
	border-width:1px;
	padding:6px;
	vertical-align:top;
}
.section_links td a {
	text-align:center;
	text-decoration:none;
}