body {
	background-color: #62807e;
	background-image: url(images/bg.gif);
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newTitle {
	text-transform:uppercase;
	color:#A6854C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:600;
}

.thmbTable td {
	padding-top:15px;
	text-transform:uppercase;
}
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
.borderTL {
	background-image: url(images/borderTL.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 10px;
}
.borderLeft {
	background-image: url(images/borderLeft.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
}
.borderBL {
	background-image: url(images/borderBL.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
}
.borderTop {
	background-image: url(images/borderTop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 10px;
}
.borderBottom {
	background-image: url(images/borderBottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 10px;
}
.borderTR {
	background-image: url(images/borderTR.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 10px;
}
.borderRight {
	background-image: url(images/borderRight.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}
.borderBR {
	background-image: url(images/borderBR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}
.borderedTable {
	padding-top: 45px;
	padding-bottom: 45px;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #a5854c;
	border-right-style: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 350px;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #A5854C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding: 3px;
}

