/* CSS Document 
	Beaumont-Estates
*/

/* HTML TAGS */
div.contentMargin
{
	margin-left				:55px;
	margin-right			:15px;
}

textarea, select, option, .textboxes
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#000000;
	width						:150px;
}

img.propertyBorder
{
	border-style			:solid;
	border-width			:2px;
	border-color			:#497156;
}

/* LINKS */
a.pS:link, a.pS:visited
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#FFFFFF;
	text-align				:center;
	background-color		:#497156;
	border-width			:1px;
	border-style			:solid;
	border-color			:#497156;
	text-decoration		:none;
	height					:15px;
	width						:85px;;
	display					:block;
}
a.pS:hover
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#497156;
	text-align				:center;
	background-color		:#FFFFFF;
	border-width			:1px;
	border-style			:solid;
	border-color			:#497156;
	text-decoration		:none;
	height					:15px;
	width						:85px;
	display					:block;
}
