@charset "UTF-8";
/* CSS Document */

.blue {
	color: #37469f;
}
.blue_large {
	color: #37469f;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}
.green {
	color: #4ee23d;
}
.green_large {
	color: #4ee23d;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}
.black {
	color: #000;
}
.black_large {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}
.red {
	color: #F00;
}
.red_large {
	color: #F00;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}


.blue_bold_15px {
  color: #6666CC;
  font-weight: bold;
  font-size: 15px;
}
.photo_border {
	border: 1px solid #37469f;
}

.left_photo {
	float: left;
	margin: 0 25px 5px 0;
}
.left_photo_border {
	float: left;
	margin: 0 25px 5px 0;
	border: 1px solid #37469f;
}

.right_photo {
	float: right;
	margin: 0 0 5px 25px;
}
.right_photo_border {
	float: right;
	margin: 0 0 5px 25px;
	border: 1px solid #37469f;
}
.center { text-align: center; }
.left { text-align: left;}
.right { text-align: right;}
blockquote {
	font-style: italic;
	line-height: 2em;
	color: #37469f;
}


.yn_sponsor_name {
	display: block;
	font-weight: bold;
	margin: 0;
}

.yn_sponsor_contact {
	display: block;
	margin: 0 0 .5em 0;
}
.forty_assets_bold_blue {
	font-size: 11pt;
	color: #37469f;
	font-weight: bold;
}

.border_bottom { border-bottom:  2px solid; padding-bottom: 2px; }
.border_bottom_center {
	border-bottom:  2px solid;
	padding-bottom: 2px;
	text-align: center;
}


