body { color: black; background-color: white; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

h1 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.bluetxt {
	color: #233657;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.heading1 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.boldtxt {
	font-weight: bold;
}
.heading2 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C588A;
	font-size: 12px;
	font-weight: bold;
}
