/* Styles used in oldhomes web pages */
A:link {
	color:#0000FF;
	text-decoration:none;
}
A:visited {
	color:#000099; 
	text-decoration:none;
}
A:hover {
	color:#FF0000; 
	text-decoration:none;
}

.Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.SubHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
}

.Regular16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.Regular14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.Italic14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: Italic;
	font-weight: normal;
}

.Regular12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.Italic12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.BoldItalic12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.Table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: auto;
	top: auto;
	width: 536px;
	height: 151px;
	visibility: visible;
	z-index: 2;
}
.Bgnd {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 1;
}
.BackgroundLayer {
	position:absolute; 
	width:200px; 
	height:115px; 
	z-index:1; 
	left: 0px; 
	top: 0; 
	visibility: hidden;
}

