body {
	
	margin: 0px;
	padding: 0px;
	background-color:#4C4C4C;
	
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.smoothbox{
	color: #575B4C;
}
.txt-white-td{
	color: #000000;
}
.txt-white-td:hover{
	color: #ffffff;
}
.txt-red{
	color: #FF0000;
}
.txt-golden{
	color: #B19345;
}
.txt-orange{
	color: #EF7D01;
}
.txt-dkgrey{
	color: #575B4C;
}
.txt-dkgrey-link{
	color: #575B4C;
	text-decoration:underline;
}
.txt-dkgrey-link:hover{
	color: #575B4C;
	text-decoration:none;
}
.txt-grey{
	color: #A4A4A4;
}
.txt-ltgrey{
	color: #D3D8DE;
}
.txt-inkblue{
	color: #0455A8;
}
.bg-dkgrey {
	background-color: #4c4c4c;
}
.bg-ltgrey {
	background-color: #676767;
}
.bg-sub-ltgrey {
	background-color: #F5F5F5;
}
.bg-vltgrey {
	background-color: #DDDEDB;
}
.bg-ltblue {
	background-color: #E2E9F5;
}
.bg-sub-ltblue {
	background-color: #D9E0EB;
}
.bg-ltyellow {
	background-color: #FFF7E2;
}
.bg-inkblue{
	background-color: #050F63;
}
.bg-sub-ltyellow {
	background-color: #F5EDD9;
}
.bg-ltpink {
	background-color: #F7E2E2;
}
.bg-sub-ltpink {
	background-color: #EDD9D9;
}
.bg-white {
	background-color: #ffffff;
}
.bg-ltcream{
	background-color: #FFF7E2;
}
.bg-sub-ltcream{
	background-color: #F5EDD9;
}
.bg-vltcream{
	background-color: #F0E8D5;
}
.bg-grid{
	background-color: #FFF7E2;
}
.event{
	background-color: #FFF7E2;
	color:#210806;
	border:1px solid #cacaca;
	width:24px;
	height:22px;
	
}
.eventlink{
	color:#210806;
	
}
.eventlink:hover{
	color:#210806;
}
.bg-eventcalendar{
	background-color:#C7DFE2;
}
.txt-calendar{
	color:#AEA99A;
	
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.button {
	color: #ffffff;
	background-color:#EF7D01;
	border:none;
	padding:2px;
}
.button:hover {
	color: #000000;
	background-color:#4B3114;
	border:none;
	padding:2px;
}
.errtext {
	FONT-SIZE: 10pt; COLOR: #ff0000; FONT-FAMILY: Arial,Verdana, sans-serif;
}