﻿/* needed for CMS  */

body.mceContentBody 
{
	background: #ffffff none;
	text-align:left;
	margin:0px;
	color:black;
	font-size:80%;
}
.mceContentBody a 
{
	color: black !important; /* FF requires a important here */
	text-decoration:underline;
}


/********** HOME ************/

.photo-left {
	float: left;
	margin-right: 16px;
	margin-top: 3px;
	padding-bottom: 0px;
}

.photo-right {
	float: right;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-left: 16px;
}


