body, td, div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body {
	background: #cfc6ab;
	margin: 0px;
	padding: 10px;
}

.errorbox {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	margin-bottom: 1em;
}

h2 {
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin-bottom: 6px;
	color: #006;
}

.tab {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.tab .even td {
	padding: 4px;
	background: #eee;
}

.tab td, .tab .odd td {
	padding: 4px;
	background: #f6f6f6;
	border-bottom: 1px dotted #ccc;
}

.tab .submit td {
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

.StepLinksHEAD {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
.StepLinksTABLE {
	border-left: 1px solid #AE9B8A;
	border-right: 1px solid #AE9B8A;
	border-bottom: 1px solid #AE9B8A;
	margin: 0px 0px 5px 0px;
	}
.StepLinksTD {
	background: #fff;
	padding: 2px 2px 5px 2px;
	border-top: 1px solid #AE9B8A;
	font-size: 11px;
	color:#442C20;
	}
.StepLinksTD img{
	border: 1px solid #FFF;
	margin-right: 3px;
	}
.StepLinksTD img:hover{
	border: 1px solid #147;
	}
.StepLinksTD a, .StepLinksTD a:active{
	color:#442C20;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	}
.StepLinksTD a:visited{
	color:#442C20;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	}
.StepLinksTD a:hover{
	color:#147;
	text-decoration:none;
	font-size: 12px;
	}