body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/body-bg%20copy.jpg);
	background-repeat: repeat-x;
	
}
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: 14px;
	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;
}
.txt-big{
	color: #D2D2D2;
	font-size:30px;
}
.txt-green{
	color: #86B119;
}
.txt-green-new{
	color: #86B119;
	font:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
.txt-grey{
	color: #6D6D6D;
}
.txt-orange{
	color: #E76F01;
}
.txt-whitelink{
	color: #ffffff;
}

.txt-whitelink:hover{
	color: #DEB414;
}
.txt-whitelink:active{
	color: #DEB414;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}

.txt-blacklink:hover{
	color: #000000;
	text-decoration: underline;
}
.txt-greylink{
	color: #6D6D6D;
	text-decoration:underline;
}

.txt-greylink:hover{
	color: #6D6D6D;
	text-decoration:none;
}


.bg-ltgrey {
	background-color: #E3E3E3;
}
.bg-subltgrey {
	background-color: #E8E8E8;
}
.bg-white {
	background-color: #ffffff;
}
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;
}
