/* CSS Document 
	Setter &amp; Lee
*/

/*HTML TAGS*/
html, body
{
	height:100%;
	width:100%;
	background-color:#ffffff;
	margin:0px 0px;
	color:#333333;
}

table, td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-align:left;
	vertical-align:top;
}

select, option, textarea, .textboxes
{
	color:#333333;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img
{
	border:none;
}

img.propertyImgBorder
{
	border-width:2px;
	border-style:solid;
	border-color:#FFCD42;
}

/*LINKS*/
a:link, a:visited
{
	text-decoration:none;
	color:#105342;
}

a:hover
{
	text-decoration:underline;
	color:#FF0000;
}

.links_dl a:hover, .links_dl a:link { 
	text-decoration:underline;
}

