table.header1 {
	width: 920px;
	height: 80px;
	background:#fff url("../gfx/header1-topline.gif") repeat-x top;
}

table.header1 td {
	text-align: center;
	vertical-align: middle;
}

table.header1 td.left {
	width: 200px;
	vertical-align: bottom;
	text-align: left;
	padding-left: 12px;
	padding-bottom: 12px;
}

table.header1 td.center {
	width: 200px;
}

table.header1 td.sessiontd {
	width: 500px;
	vertical-align: top;
	padding-top: 10px;
}

table.header2 {
	width: 920px;
	background-color: #fff;
}

table.header3 {
	width: 920px;
	height: 40px;
	background-color: #A60000;
}

table.header3 td.topline {
	background-image: url("../gfx/header3-topline.gif");
	height: 5px;
}


table.header3 td.left {
	width: 10px;
	background-image: url("../gfx/bg-search-left.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

table.header3 td.center {
	padding: 5px;
}

table.header3 td.right {
	width: 10px;
	background-image: url("../gfx/bg-search-right.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

div.headersearch {
	color: white;
}

div.headersearch form {
	margin: 0px;
}

