h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 10 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #d3c666;
}

h6 {
	font-size: xx-small;
}
table {
	font-size: small;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
}
.inverttext {
	color: #000000;
	background-color: #96C666;
}
.table1 {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h5 {
	font-size: x-small;
	font-weight: normal;
}
ul {
	font-size: small;
}
.footer {
	font-size: xx-small;
	color: #d3c666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.floatright {
	float: right;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.floatleft {
	float: left;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #d3c666;
}
a:visited {
	color: #d3c666;
}
a:hover {
	color: #d3c666;
}
a:active {
	color: #d3c666;
}

.footercontact {
	font-size: x-small;
	color: #d3c666;
}
h3 {
	font-style: italic;
	font-size: small;
	font-weight: bold;
}
.hrcolor {
	color: #d3c666;
}
