/* CSS Document */

body {
	background: #fafaff;
}

font {
	color: #165e84;
}

/* ---------- form ---------- */

input.txt {
	color: #165e84; 
	background-color: #fafaff;
}

textarea {
	color: #165e84; 
	background-color: #fafaff;
}

label.fixedwidth {
	color: #165e84;
}

/* ---------- typography ---------- */

h1 {
	color: #165e84;
}

h2, #newsStory h2 {
	color: #165e84;
}

h3 {
	color: #165e84;
}

h4 {
	color: #165e84;
}

h5 {
	color: #165e84;;
	border-top: 1px dotted #165e84;
	border-bottom: 1px dotted #165e84;
}

p {
	color: #165e84;
}

.col2Narrow p, .col3Narrow p {
	color: #165e84;
}

#headerStatement h1 {
	color: #165e84;
}

.footer h3 {
	color: #165e84;
}

hr {
	border-top: 1px dotted #165e84;
	height: 1px;
}

/* ---------- spans ---------- */

.blue {
	color: #165e84;
}

.grey {
	color: #165e84;
}

.corpPlacement {
	color: #165e84;
}

/* ---------- Property ---------- */

#property h1 {
	color: #165e84;
}

#property .small {
	color: #165e84;
}

#property hr {
	border-top: 1px dotted #165e84;
}

/* ---------- Layout --------- */


#bodyContent {
	background: transparent;
}

.col2Narrow .container, .col3Narrow .container, #newsArchive .container, #industryLink .container {
	background-color: #fafaff;
}

#newsArchive .container, #industryLink .container {
	background-color: transparent;
}

/* --------- Properties ---------- */

#property .container {
	border: 1px solid #165e84;
	background-color: #fafaff;
}
