body {
	margin: 0px;
	padding: 0px;
	background-color:#D66509;
	background-image:url(../images/body-bg.gif);
	
}
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: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
        color:#D66509;
}
.txt-white{
	color: #ffffff;
}
.txt-orange{
	color: #D66509;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}
.txt-orangelink{
	color: #C05B08;
	text-decoration:underline;
}
.txt-orangelink:hover{
	color: #C05B08;
	text-decoration:none;
}

.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-georgia{
font-family: Georgia, "Times New Roman", Times, serif;
}

.bg-grey-gradient{
	background-color: #E5E5E5;
	background-image:url(../images/grey-lining-bg.gif);
	background-repeat:no-repeat;
}
.bg-grey{
	background-color: #E5E5E5;
}
.bg-dkgrey{
	background-color: #3C3E37;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-color:A1A1A1;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


