﻿h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CDBBA5;
	text-decoration: none;
}
.Navbartxt {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: right;
}
.tealbkgd {
	background-color: #045451;
	text-align: right;
}
.graybkgd {
	background-color: #8B8B8B;
}
.graybkcenter {
	background-color: #8B8B8B;
	text-align: center;
}
.graybkcell {
	background-color: #8B8B8B;
	text-align: right;
}
.whitebkcell {
	background-color: #FFFFFF;
}
.txtcenter {
	text-align: center;
}
.whitetx {
	color: #FFFFFF;
}
.border0 {
	border-width: 0;
}
