/* PRIMARY STYLE CHANGES */

body 
	{
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
	font-family: verdana;
	font-size: 11px;
	}

p
	{
	line-height: 130%;
	}


/* TABLE */

td.homeownertrends
	{
	background-color: black;
	width: 15px;
	}

td.homeownertrendsBannerArea
	{
	padding-top: 2px;
	background-color: rgb(179,206,223);
	}

table.divArea
	{
	background-color: rgb(179,206,203);
	}

td.widgetBottom
	{
	background-color: #8DB6CD;
	border: 0px solid darkred;
	background-image: url(http://www.intensewidgets.com/_widgetControl/images/homeownertrends/skin/form.png);
	}


a:link
{
color: rgb(131,118,104);
}

a:visited
{
color: rgb(89,80,71);
}

a:hover
{
color: darkgray;
}

a:active
{
color: red;
}

a.noDec
{
text-decoration: none;
}


/* EMAIL FORM  */

#submitFormWidget
	{
	font-size: 10pt;
	color: black;
	font-family: calibri,verdana;
	font-weight: normal;
	border: 1px solid rgb(102,154,204);
	background-color: white;
	width: 446px;
	height: 18px;
	}

#submitButtonWidget
	{
	font-size: 11pt;
	color: white;
	font-family: calibri,verdana;
	font-weight: bold;
	border: 1px solid rgb(102,154,204);
	background-color: rgb(102,154,204);
	cursor: pointer;
	}


	
/* HEADER TAGS */

h1
	{
	font-size: 18px;
	font-family: tahoma, verdana;
	color:  navy;
	margin: 6px 0px 6px 0px;
	}
	
h3
	{
	font-size: 10pt;
	color: black;
	font-family: arial, verdana;
	margin-top: 16pt;
	margin-bottom: 0pt;
	}
	
	

/* TEXT STYLES */

.smallText {
	font-family: verdana, arial, tahoma;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	line-height: 100%;
	margin-right: 5px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: rgb(90,90,90);
}

.articleTitle
	{
	font-size: 11pt;
	font-weight: bold;
	font-family: tahoma, calibri, arial;
	color: black;
	line-height: 150%;
	}

.topAreaText
	{
	font-size: 12pt;
	font-weight: bold;
	font-family: calibria,verdana;
	color: gray;
	}

.formTitleText
	{
	font-size: 8pt;
	font-family: verdana, tahoma;
	color: black;
	}

.footerText
	{
	font-size: 8pt;
	font-weight: bold;
	font-family: calibri, arial, tahoma;
	color: black;
	}
	


/* Text Float */

img.floatLeft
	{
	float:left;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	z-index:1;
	}

img.floatRight
	{
	float:right;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: 2px dotted lightgray;
	border-bottom: 2px dotted lightgray;
	z-index:1;
	}


/* CODE FORM */

textarea.codeform
	{
	font-size: 8pt;
	font-family: courier new, courier;
	width: 518px;
	height: 60px;
	padding: 0px;
	border: 1px solid black;
	}


/* BULLET-POINT INDENTION CONTROL */

ul.noIndent 
	{
	margin-left: .90em;
	padding-left: .40em;
	}

ol.noIndent 
	{
	margin-left: .90em;
	padding-left: .40em;
	}
	
ul.featurebox
	{
	color: rgb(238,118,0);
	margin-left: 1.5em;
	padding-left: .45em;
	font-family: tahoma,trebuchet, trebuchet MS, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	color: rgb(100, 100, 100);
	}



/* Style for "back to top" link */

.backToTop
	{
	float:right;
	font-size:9px;
	padding:8px;
	}
	