.formHeader {
color: #342a20;  
font-size:11px;
background-color: #b19f8b;
border: 1px solid #b19f8b;
}

#containerHeader {
width: 762px;
height: 165px;
overflow: hidden;
position: relative;
background-image: url("../images/bg.header.jpg");
background-repeat: no-repeat;
background-position: 0px 0px;
}
#boxPropHome {
width: 195px;
height: 65px;
top: 5px;
left: 23px;
position: absolute;
cursor: pointer;
}
#boxPortalHome {
width: 130px;
height: 30px;
top: 24px;
left: 620px;
position: absolute;
cursor: pointer;
}
#boxEmailSignup {
width: 328px;
height: 19px;
top: 42px;
left: 419px;
overflow: visible;
position: absolute;
text-align: right;
}

.txtContent a:link {
color: #5058A5;
text-decoration: underline;
}
.txtContent a:visited {
color: #5058A5;
text-decoration: underline;
}
.txtContent a:hover {
color: #5058A5;
text-decoration: none;
}
.txtContent a:active {
color: #5058A5;
text-decoration: none;
}

.txtHead1 {
font-size: 24px;
color: #333C75;
}

#containerFooter {
width: 762px;
height: 49px;
overflow: hidden;
position: relative;
background-image: url("../images/bg.footer.jpg");
background-repeat: no-repeat;
background-position: 0px 0px;
}
#boxFooter {
width: 685px;
height: 15px;
top: 15px;
overflow: hidden;
position: relative;
}
#txtFooter {
font-size: 10px;
color: #B6B8CD;
}
#txtFooter a:link {
color: #B6B8CD;
text-decoration: none;
}
#txtFooter a:visited {
color: #B6B8CD;
text-decoration: none;
}
#txtFooter a:hover {
color: #B6B8CD;
text-decoration: underline;
}
#txtFooter a:active {
color: #B6B8CD;
text-decoration: underline;
}

#txtFooter2 {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
#txtFooter2 A:link {
	text-decoration: none;
	color: #ffffff;
}
#txtFooter2 A:visited {
	text-decoration: none;
	color: #ffffff;
}
#txtFooter2 A:hover {
	text-decoration: underline;
	color: #ffffff;
}
#txtFooter2 A:active {
	text-decoration: underline;
	color: #ffffff;
}
.divFooter {
	display: inline;
	padding: 0 5px 0 5px;
}