/* This stylesheet contains all of the text formatting
	syles that can be used in the HTML editor.
	See template.css for the structural styles.
*/


 
img.articleImage
{
	margin: 15px;
}

img.propertyImage
{
	margin-right: 15px;
}

.HomeHeader
{
	font-size: 14px;
	color: #644437;
	font-weight: normal;
}
.HomeParagraph
{
	font-size: 12px;
	color: #7bafc4;
}

.HomeTable td
{
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

.HomeTopRightCell
{
	border-left: 1px solid #7bafc4;
	border-bottom: 1px solid #7bafc4;
}

.HomeTopLeftCell
{
	border-right: 1px solid #7bafc4;
	border-bottom: 1px solid #7bafc4;
}

.HomeBottomRightCell
{
	border-left: 1px solid #7bafc4;
	border-top: 1px solid #7bafc4;
}

.HomeBottomLeftCell
{
	border-right: 1px solid #7bafc4;
	border-top: 1px solid #7bafc4;
}

.HomeRightCell
{
	border-top: 1px solid #7bafc4;
	border-left: 1px solid #7bafc4;
	border-bottom: 1px solid #7bafc4;
}

.HomeLeftCell
{
	border-top: 1px solid #7bafc4;
	border-right: 1px solid #7bafc4;
	border-bottom: 1px solid #7bafc4;
}
	
.PhotoCaption
{
	font-size: 10px;
	color: #644437;
	font-weight: normal;
}
	
.HomeTopicLinks
{
	color: #7bafc4;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.HomeTopicLinks:visited
{
	
}
.HomeTopicLinks:hover
{
	color: #3E7388;
}
.HomeTopicLinks:active
{

}

.teammenulinks
{
	color: #644437;
	text-decoration: underline;
}

 .teammenulinks:visited
 {
 	
 }
 
 .teammenulinks:hover
 {
 	color: #7bafc4;
 	text-decoration: underline;
 }
 
 .teammenulinks:active
 {
 	
 }
