	html, body{
		margin:0;
		padding:0;
		height: 100%;
	}
	body{
		background-color: #4A4742;
	}

	td.body6{
		background-image:url(images/body_06.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-attachment: inherit;
	}

	td.right_bg{
		background-image:url(images/right_bg.jpg);
		background-repeat:repeat-y;
		background-position:center;
		background-attachment: inherit;
	}

	table.quicklinks{
	 background-color: #4A4742;
	}

	#vertmenu {
		font-family: "Trebuchet MS", verdana, arial, san-serif;
		font-size: 20px;
		width: 247px;
		padding: 0px;
		margin: 0px;
		padding-bottom:8px;
	}

	#vertmenu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
	}

	#vertmenu ul li {
		margin: 0px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 0px;
	}

	#vertmenu ul li a {
		font-size: 70%;
		display: block;
		padding: 3px 0px 3px 2px;
		text-decoration: none;
		color: #E2E2BE;
		width: 233px;
	}

	#vertmenu ul li a:hover, #vertmenu ul li a:focus {
		color: #E2E2BE;
		background-color: #E8854A;
	}

	table.container {height: 100%;}

		td.bg_left{
		background-image:url(images/bg_left.jpg);
		background-repeat:repeat-y;
		background-position:top;
		background-attachment: inherit;
	}

	td.bg_content{
		font-family: "Trebuchet MS", verdana, arial, san-serif;
		font-size: 12px;
		color: #E2E2BE;
		padding: 20px;
		height: 514px;
		background-color: #7D4429;
	}

	td.bg_right{
		background-image:url(images/bg_right.jpg);
		background-repeat:repeat-y;
		background-position:top;
		background-attachment: inherit;
	}
	table.container {height: 100%;}

#bigTitle{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 20px;
	display: block;
}

#inputTitle{
	font-size: 14px;
	color: #3F3B2B;
	font-weight: bold;
}

#headTitle{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.required{
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

#inputDesc{
	color: #333;
}

#inputInput{
	color: #222;
	font-weight: bold;
	font-size: 12px;
}

#inputInputNB{
	color: #222;
	font-size: 12px;
}