﻿body {
	background-image: url('images/bkg-img.jpg');
	background-repeat: repeat-x;"
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}

.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #bacfe4;
	font-weight: normal;
}

.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 30px;
	font-weight: bolder;
	color: #1d3750;
}
a:link {
	text-decoration: none;
	color: #1d3750;
}
a:active {
	text-decoration: none;
	color: #ff9b07;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-shadow: #999 0px 2px 5px;
}
a:hover {
	text-decoration: none;
	color: #ff9b07;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-shadow: #999 0px 2px 5px;
}
a:visited {
	text-decoration: none;
	color: #1d3750;
}
.subheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #0194AA;
}
