body {
	margin: 0px;
	padding: 0px;
	background-color:#CACACA;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


h5 {
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 42px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-golden{
	color: #937A42;
}
.txt-grey{
	color: #7D7D7D;
}
.txt-ltgrey{
	color: #707070;
}
.txt-ltgrey-link{
	color: #707070;
	text-decoration:none;
}
.txt-ltgrey-link:hover{
	color: #707070;
	text-decoration:underline;
}
.txt-orange{
	color: #E86D00;
}
.txt-grey-un{
	color: #868686;
	text-decoration:underline;
}
.txt-grey-un:hover{
	color: #868686;
	text-decoration:none;
}
.txt-blue{
	color: #42949F;
}
.txt-dkgrey{
	color: #353535;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-big{
font-family:"Trebuchet MS";
font-size:65px;
}
.font-big01{
font-family:"Trebuchet MS";
font-size:25px;
}
.bg-ltcream{
background-color:#FCF9F1;
}
.bg-white{
background-color:#ffffff;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#FF9335;
	border:none;
	height:24px;
	cursor:pointer;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #A8A8A8;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}

