@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4E3001;
}
a:link {
	color: #339933;
	font-weight:bold;
}
a:visited {
	color: #339933;
	font-weight:bold;
}
a:hover {
	color:#0C0;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #000;
	font-weight:bold;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4E3001;
}
.add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.phoneGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #004B2C;
}
.phoneBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.black_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.phoneGreensmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004B2C;
}
.green_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004B2C;
}
.phoneBrownsmallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4E3001;
}
.phoneWhitesmallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.phoneBlacksmallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.tan_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #D4B79B;
}
.size11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
img {
	border:none;
}

/* I'm using CSS to set the original width/height of the image */
img.resize{
	width:160px;
	height:160px;
	position:absolute;
	z-index:1;
}

/* Just a dummy filler to show that not all images have to succumb to the resize effect */
img.thumb{
	width:160px;
	height:160px;
	padding:2px;
	position:absolute;
	z-index:2;
}	

/* we give the p element some margin */
.text{
	margin-left:120px;
}
