body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}

h1 {
	margin: 0;
	padding: 6px;
	font: bold 11px Tahoma;
	text-transform: uppercase;
	color: #fff;
	background: #3EACD0;
	border-bottom: solid 1px #F2FBFE;
}

table, img {
	border: none;
}

form {
	margin: 0;
}

a {
	color: #7F7F7F;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

td {
	font: 11px Tahoma;
	color: #7F7F7F;
}

input,
select,
label {
	vertical-align: middle;
}

#wrapper {
	margin: 5px auto;
	width: 778px;
	text-align: left;
}

#header {
	height: 107px;
	background: url(../images/header.gif) repeat-x;
}

#header table {
	width: 100%;
}

#topnav {
	height: 78px;
}

#topnav th {
	vertical-align: top;
	background: url(../images/topnav.gif) repeat-x left bottom;
}

#topnav td {
	background: url(../images/topnav.gif) repeat-x 0 77px;
}

#logo {
	width: 205px;
	height: 74px;
	text-align: left;
}

#logo a {
	display: block;
	width: 128px;
	height: 66px;
	background: url(../images/logo.gif) no-repeat 20px 12px;
}

#logo span {
	display: none;
}

#topmenu {
	vertical-align: bottom;
}

#topmenu table {
	height: 34px;
}

#topmenu td {
	vertical-align: top;
}

#topmenu div {
	height: 32px;
	text-align: center;
	background: url(../images/tab-left.gif) no-repeat 0 3px;
	border-right: solid 1px #fff;
}

#topmenu .on div {
	height: 33px;
	background: url(../images/tab-left-on.gif) no-repeat 0 0;
}

#topmenu a {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
	font: bold 12px Tahoma;
	color: #fff;
	text-decoration: none;
	background: url(../images/tab-right.gif) no-repeat 100% 3px;
}

#topmenu .on a {
	padding: 10px 0 0 0;
	background: url(../images/tab-right-on.gif) no-repeat right top;
}

#toplinx {
	width: 20%;
}

#toplinx a {
	color: #737373;
	text-decoration: none;
}

#path {
	border-top: solid 1px #fff;
	padding: 4px 12px 5px 12px;
	font: 11px Tahoma;
	color: #fff;
	background: #E3590E;
}

#path a {
	color: #f0f0f0;
}

#subnav {
	height: 30px;
	background: #0885C0 url(../images/topnav.gif) repeat-x 0 -3px;
}

#subnav th {
	width: 205px;
	font: bold 12px Tahoma;
	color: #fff;
	text-align: left;
	text-indent: 15px;
}

#subnav td {
	padding: 0 2%;
	font: 11px Tahoma;
	color: #fff;
	letter-spacing: 10px;
}

#subnav td a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
}

#title {
	border-top: solid 1px #066E9F;
	border-bottom: solid 1px #fff;
}

#title h1 {
	margin: 0;
	padding: 6px 14px;
	font: bold 11px Tahoma;
	color: #fff;
	text-transform: uppercase;
	background: #E3590E;
	border-top: solid 1px #fff;
}

#body {
	width: 100%;
}

#container {
	width: 585px;
	vertical-align: top;
	border-top: solid 1px #066E9F;
}

#footer {
	padding: 8px;
	font: 11px Tahoma;
	color: #7F7F7F;
	text-align: center;
	border-top: solid 3px #0885C0;
}

#warning {
	padding: 14px;
	font: 12px Tahoma;
	background: #eee;
	border-bottom: solid 1px #fff;
}

.submit {
	margin: 0;
	padding: 0;
	width: 47px;
	height: 22px !important;
	font: bold 11px Tahoma;
	background: url(../images/submit.gif) no-repeat;
	border-style: none;
}

.pre {
	padding: 10px 20px;
	background: #eee;
	border: solid 1px #666;
}

.pre pre {
	font-size: 11px;
}

.back {
	padding: 10px;
}