body {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
A {
	text-decoration: none;
	font-weight: bold;
	color: #DE4800;
}
A:hover {
	text-decoration: none;
	color: #666666;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	font-weight: normal;
	padding: 1px 2px;
	margin: 0px;
}
button {
	padding: 0px;
	margin: 0px;
}
textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select{
	vertical-align: middle;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
p{
	font-size: 10px;
}
div{
	display: block;
	margin: 0px;
	padding: 0px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.margintop10 {
	margin-top: 10px;
}
.fs10px{
	font-size: 10px;
}

.BGnone {
	background-image: none;
}

img, #img{
	padding: 0px;
	margin: 0px;
}
.boxtop {
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1px;
	height: 9px;
}
.boxcenter {
	background-repeat: repeat-y;
	background-position: left 25px;
}
.boxbottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1px;
	height: 9px;
}
.boxbottom p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
.boxbottom a {
	color: #E77B15;
}
.boxbottom a:hover {
	color: #FFFFFF;
}
.width50 {
	width: 50%;
}
