@charset "utf-8";
/* CSS Document */

/* TEXT STYLES */

.pink_font{
	color:#FA138C;
	}




.lrg_pink_font{
	color:#FA138C;
	font-size:14px;
	}
	
.lrg_boldpink_font{
	color:#FA138C;
	font-size:14px;
	font-weight:bold;
	}
	
.black_font{
	color:#000;
	}

.lrg_boldblack_font{
	color:#000;
	font-size:14px;
	font-weight:bold;
	}

.pink_border_right{
	border-right:1px dashed #FA138C;
	}

.pink_border_bottom{
	border-bottom:1px dashed #FA138C;	
	}

.small_font{
	font-size:10px;	
	}
	
.gears_bullet li {
	list-style:url(images/gears_bullet.jpg);
	width:350px;
	height:25px;
}

.pink_dotted_border{
	border:1px dotted #FA138C;	
		}

.blue_font{
	color:#004990;	
	}
	
.bottom_trillium_link {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 95px;
	margin-top: 0px;	
}


.white_font{
	font-size:16px;
	text-align:center;
	color:#FFF;
	float:left;
	font-weight:bold;
	margin-left:50px;
	}

.shareText{
	float:left;
	margin-left:10px;
	}

.facebook{
	margin:8px 10px;
	float:left;
	}

.twitter{
	margin:8px 5px;
	float:left;
	}

.addthis_button{
	float:left;
	margin:2px 0 0 10px;
	}