body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-image:url(../images/bkg.jpg);
}
table {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.tdgray {
	background-color: #262626;
	color: #FFFFFF;
}
.tdlightgray {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}
.tdorange {
	background-color: #ff4e00;
	color: #FFFFFF;
}
.tdlightorange {
	background-color: #fffad1;
}
.orangetext {
	color: #ff4e00;
	font-weight: bold;
}
.tdwhite {
	background-color:#FFFFFF;
	color: #000000;
}
.dottedorange {
	border-right: 1px dotted #ff4e00;
}
.dottedorangebase {
	border-bottom: 1px dotted #ff4e00;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
.righttop {
	background-image:url(../images/r1.jpg);
}
input {
	background-color: #ff4e00;
	border: 1px solid #262626;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	height: 12px;
}
.input {
	background-color: #ff4e00;
	border: 1px solid #262626;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	height: 18px;
}
select {
	background-color: #ff4e00;
	border: 1px solid #262626;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	height: 18px;
}
textarea {
	background-color: #ff4e00;
	border: 1px solid #262626;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff4e00;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	font-weight: bold;
	color: #ff4e00;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
a.white:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a.white:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a.white:hover {
	font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}
a.white:active {
	font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}