/**************************************
* Global Settings
**************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #6699B3;
	background-image: url(http://www.mosaicproperties.com/_images/bg.gif); 
	}

/**************************************
* Text
**************************************/


.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-style: normal;

}
.lineheightSmaller {
	line-height: 12px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #3E7898;
	text-decoration: none;
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699B3;
	text-decoration: none;

}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3CCD9;
	text-decoration: none;
}

a.copyright {
 text-decoration: none;
}

	
textarea{
	border-top-width:1;
	border-top-style: solid ;
	border-top-color: #C4C4C4;
	border-left-width:1;
	border-left-style: solid ;
	border-left-color: #C4C4C4;
	width:215px;
	height:100px;
	}
	