body {
	margin: 0px;
	padding: 0px;
	background-color:#ECD225;
	
}
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: 12px;
	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: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-dkred{
	color: #B53030;
}
.txt-orange{
	color: #FF6600;
}
.txt-dkorange{
	color: #AD3D0E;
}
.txt-orange01{
	color: #F19212;
}
.txt-ltred{
	color: #C96653;
}
.txt-redlink{
	color: #FF3336;
	text-decoration:underline;
}
.txt-redlink:hover{
	color: #FF3336;
	text-decoration:none;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}


.txt-blue{
	color: #1D79E0;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-big{
font-family:"Trebuchet MS";
font-size:22px;
}
.bg-grey{
background-color:#E6E8E9;
}
.bg-white{
background-color:#ffffff;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#BF3A3B;
	border:none;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	border:solid 1px #CECECE;
	height:20px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #94938F;
	border:none;
	height:25px;
	background-image:url(../images/bg-input.gif);
	background-repeat:no-repeat;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}


