.holdtable {
	width: 760px;
	border: 1px solid #A4944B;
	background-color: #FFFFFF;

}
.header {
	background-color: #CCCC66;


}
body {
	background-color: #FFFFFF;
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.maintext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	padding: 50px 50px 20px;
	vertical-align: top;

}
.navrow {
	background-color: #CCCC66;
	height: 50px;
}
h1 {
	font-size: 20px;
	color: #A4944B;
}
.floatright {
	float: right;
	border: 1px solid #000000;
	margin-left: 30px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4944B;
}
.floatrightnooutline {

	float: right;
	margin-left: 30px;
}
