			body {
				text-align: left;
				text-decoration: none;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 13px;
				font-style: normal;
				font-weight: normal;
				text-decoration: none;
				color: #000000;
				background-color: #A0A0A0;
			}
			

			.mainBox {
				position: relative;
				left: 50%;
				margin-left: -395px;
				height: auto;
				width: 800px;
				border: 1px solid #000099;
				color: #707070;
				background-color: #FFFFFF;
			}
			

			.pageHead {
				height: 70px;
				width: 100%;
				font-weight: bold;
				color: #000000;
				background-color: #A0DA1B;
			}
			

			.ltCol {
height: 100%;
				float: left;
				width: 110px;
				margin-top: 10px;

				
			}


			.ltCol a:link, .ltCol a:visited, .pageHead a:link, .pagehead a:visited {
				text-decoration: none;
				color: #000099;
			}
			

			.rtCol {
				float: left;
				height: auto;
				width: 660px;
padding: 12px;
border-left: 1px dashed #A0DA1B;
				
			}


			.rtCol a:link, .rtCol a:visited {
				text-decoration: none;
				color: #000099;
			}


			.colAnchor {
				clear: both;
				width: 100%;
				font-size: .2em;
				background-color:#FFFFFF;
			}
			

			.contentHead {
				height: 20px;
				width: auto;
				padding: 0px 4px;
				border: 1px solid #000099;
				border-bottom: 0px;
				color: #000;
				font-weight: bold;
				white-space: nowrap;
				background-color: #A0DA1B;
			}
			

			.contentBox {
				position: relative;
				height: auto;
				width: auto;
				margin-bottom: 20px;
				padding: 4px 4px;
				border: 1px;
				border-top: 0px;
				border-style: solid;
				border-color: #000099;
				white-space: normal;
			}

			.contentItem {
				border-bottom: 1px;
				border-bottom-style: solid;
				border-bottom-color: #A0DA1B;
			}

			.stickyItem {
				position: relative;
				height: 1.25em;
				text-align: center;
			}
			

			.stickyDivider {
				position: relative;
				height: 1px;
				font-size: 1px;
				text-align: center;
			}
			

			.stickySpacer {
				position: relative;
				height: 40px;
				text-align: center;
			}


			.stickyLineBig {
				height: 1px;
				width: 100%;
			}


			.toggleHide {
				display: none;
			}


			.toggleShow {
				display: block;
			}


	/* ---------------------- Text Only Classes ---------------------*/

			.note, .err {
				color: #C60000;
			}
	
			.toggle {
				color: #000099;
				cursor: pointer;
			}

	/* ---------------------- Form Classes --------------------------*/

		form {
			margin: 0px;
			padding: 4px;
		}

		fieldset {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}

		legend.noLegend {
			font-size: 1px;
		}

		/*--------------------FORM STYLES-----------------------*/

		form {
			margin: 0px;
			padding: 4px;
		}


		fieldset {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}


		legend.noLegend {
			font-size: 1px;
		}


		label {
			width: 15em;
			float: left;
			text-align: right;
			margin-left: 0;
			margin-right: .4em;
			clear: both
		}

		
		form.left label {
			width: auto;
			float: none;
			text-align: left;
			margin-right: 0;
		}


		input {
			width: 15em;
			margin-bottom: .8em;
			float: left;
		}


		form.left input {
			width: auto;
			margin-bottom: 0;
			float: none;

		}


		input.btn, input.chk, input.rad {
			width: auto;
		}


		select {
			width: 15em;
			margin-bottom: .8em;
			float: left;
		}


		textarea {
			position: relative;
			float: left;
		}


		.submit {
			margin-left: 1em;
			clear: both;
			border: 2px outset;
			background-color: #808080;
		}