body {
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
H3 {
	color: #8B0000;
}

a:link {
	text-decoration: underline;
	color: Blue;
}
a:visited {
	text-decoration: underline;
	color: Fuchsia;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: Blue;
}


input, textarea {
	background: #EFEFEF;
	border: 1px solid #848DA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.bodyText{
	line-height: 150%;
}
.bodyTextHeader{
	color: #8B0000;
	line-height: 150%;
}
.bodyTextSmall{
	font-size: 12px;
	line-height: 150%;
}


.propertiesTextHeader{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}