	body.clsMain {
		background-color: #FFFFFF;
		font-size: 10pt;
		font-family: arial;
		background-image: url(/Images/background.gif);
	}

	body.clsSideMenu {
		font-size: 13px;
		font-family: arial;
	}
	
	div.clsPageHeading {
		position: absolute; 
		padding-top: 15px; 
		width: 100%; 
		top: 0px; 
		height: 45px; 
		background-color: transparent; 
		font-family: arial; 
		font-size: 23px; 
		font-weight: bold; 
		text-align:center;
	}
	
	div.clsNavigate {
		position: absolute; 
		left: 0px; 
		top: 0px; 
		z-index: 100;
		font-family: arial;
		font-size: 13px;
	}	

	div.clsTableRow {
		width:100%;
	  	text-align: left;
	  	vertical-align: middle;
	}
	
	div.clsQueryHeading {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 0px 2px 0px;
		clear: both;
	  	float:left;
	  	text-align: right;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	div.clsQuery {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 0px 2px 0px;
	  	float: left;
	  	text-align: left;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
	}	
	div.clsInformation {
		margin: 5px 5px 5px 5px;
	  	padding: 4px 0px 2px 0px;
		text-align: center;
	  	vertical-align: middle;
		font-size: 11px;
		font-family: arial;
	}
	input.clsCommandButton {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}

	p.clsHeading {
		font-size: 23px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsHeading1 {
		font-size: 19px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsHeading2 {
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
	}

	p.clsInformation {
		color: #000000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	
	p.clsErrorHeading {
		color: #FF0000;
		font-size: 13px;
		font-family: arial;
		font-weight: bold;
	}
	
	p.clsErrorMessage {
		color: #FF0000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	
	li.clsErrorMessage {
		color: #FF0000;
		font-size: 12px;
		font-family: arial;
		font-weight: normal;
	}
	
	table.clsContent {
		margin-left: auto;
		margin-right: auto;
		border:1px outset #CAC5C5;
		font-size:11px;
		-moz-border-radius:4px;
		background: #D5D5D5; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
	}	

	table.clsQuery {
		margin-left: auto;
		margin-right: auto;
		border:1px outset #D5D5D5;
		font-size:11px;
		-moz-border-radius:4px;
		background: #9C8E8E; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */	
	}

	table.clsInformation {
		background-color: #F0F0F0;
		margin-left: auto;
		margin-right: auto;
		border: 1pt solid #CAC5C5;
	}
	
	td.clsPopupInformation {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
	}
	
	td.clsPopupQueryHeading {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
	}
	
	td.clsPopupQuery {
		padding: 1px;
		border: 1px solid #F0F0F0;
		font-size: 7pt;
		font-family: arial;
		text-decoration: none;
	}	
	
	td.clsDomainHeading {
	  	padding: 4px 0px 2px 0px;
	  	background-color: #D5D5D5;
		border-top: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	td.clsDomain {
	  	padding: 4px 0px 2px 0px;
	  	background-color: inherit;
		color: #000000;
		border-top: none;
		border-right: 1px solid #F0F0F0;
		border-bottom: 1px solid #F0F0F0;
		border-left: none;
		font-size: 11px;
		font-family: arial;
	}	

	td.clsQueryHeading {
		margin: 6px 2px 2px 6px;
		padding: 4px 2px 4px 2px;
		text-align: right;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	td.clsQuery {
		margin: 6px 2px 2px 6px;
	  	padding: 4px 2px 4px 2px;
	  	text-align: left;
	  	vertical-align: middle;
	  	font-size: 11px;
		font-family: arial;
	}
	
	td.clsInformation {
		margin-left: auto; 
		margin-right: auto; 
		text-align: center;
		color: #000000;
		background-color: #F0F0F0;
		border: 1px solid #CAC5C5;
		padding: 5px;
	  	font-size: 11px;
		font-family: arial;
	}	
	
	/* get rid of those system borders being generated for A tags */
	a:active {
	  	outline:none;
	}
	
	:focus {
	  	-moz-outline-style:none;
	}
	td.clsErrorMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		background-color: #F9A2A2;
		border: 1px solid #F03333;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
	}
	
	td.clsWarnMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		background-color: #FAAC58;
		border: 1px solid #FF8000;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
	}
	
	td.clsInfoMessage {
		margin: 5px; 
		padding: 5px;
		text-align: center;
		color: #000000;
		border:1px outset #D5D5D5;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		width: 450px;
	}

	span.clsToolTip {
		display:block;
		min-width:150px;
		max-width:350px;
		position: fixed;
		padding:5px 5px 5px 5px;
		margin: -5px 0 0 5px;
	  	border: 1px solid #888888;
	  	color: #444444;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
	}

	table.clsTree {
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F0F0', endColorstr='#D5D5D5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#F2F0F0), to(#D5D5D5)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #F2F0F0,  #D5D5D5); /* for firefox 3.6+ */				
		border:1px outset #D5D5D5;
		font-size: 11px;
		font-family: arial;
		text-align: left;
	}
	
	td.clsTreeBlank {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
	}
	
	td.clsTreeLabel {
		color: #000000;
		border: 0px;
		padding: 0px;
	}
	
	td.clsTreePlus {
		color: #000000;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/plus.gif);
		background-repeat: no-repeat;
	}
	
	td.clsTreeMinus {
		color: #000000;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/minus.gif);
		background-repeat: no-repeat;
	}
	
	td.clsTreeT {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeT.png);
		background-repeat: no-repeat;
	}
	
	td.clsTreeL {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeL.png);
		background-repeat: no-repeat;
	}
	
	td.clsTreeI {
		color: #FFFFFF;
		border: 0px;
		padding: 0px;
		background-image: url(/Images/TreeI.png);
		background-repeat: no-repeat;
	}	

	a.clsQuery {
		color: #000000;
		text-decoration: none;
	}
	
	a.clsQuery:Link {
		text-decoration: none;
	}
	
	a.clsQuery:Visited {
		text-decoration: none;
	}
	
	a.clsQuery:Hover {
		color: #E0E0E0;
		text-decoration: none;
	}

	a.clsTreeLabelText {
		font-size: 11px;
		font-family: arial;
		text-align: left;
	}

	a.clsRequired {
		text-align: center;
		vertical-align: text-bottom;
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}

	a.clsVerySmall {
		color: #FFFFFF;
		font-size: 8px;
		font-family: arial;
		text-decoration: none;
	}
	
	a.clsVerySmall:Hover {
		color: #FFFFFF;
		font-size: 9px;
		text-decoration: none;
	}
	
	a.clsSmall {
		color: #FFFFFF;
		font-size: 11px;
		font-family: arial;
		text-decoration: none;
	}
	
	ul.disc {
		list-style-type: disc;
	}
	
	ul.circle {
		list-style-type: circle;
		list-style-image: url(bullet.gif)
	}
	
	ul.square {
		list-style-type: square;
	}
	
	ul.none {
		list-style-type: none;
	}

	input.clsInputButton {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	input.clsInputFile {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}
	
	input.clsInputSubmit {
		font-size: 11px;
		font-family: arial;
		font-weight: bold;
	}

	input.clsInputText {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
	}
	
	input.clsInputCheckbox {
		font-size: 11px;
		font-size: arial;
		font-weight: normal;
	}
	
	textarea.clsInput {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
	}
	
	select,select.clsInput {
		font-size: 11px;
		font-family: arial;
		font-weight: normal;
		border-STYLE: solid;
	}

	hr.clsLine {
		width: 110px;
		left: 5px;
		height: 2px;
	}
	
	.clsSearchBarControl { 
		margin: 0px; 
		background-color: black; 
		color: white; 
		border-top: none; 
		padding: 1px; 
		opacity: 1.0; 
		width: 28px; 
		height: 10px; 
		filter: alpha(opacity=100); 
		font: 11px DejaVu Sans Condensed; 
		font-weight: bold; 
		text-align: center; 
		float: left; 
		cursor: pointer; 
	}
	.clsSearchBar { 
		overflow: hidden; 
		width: 100%; 
	}
	.clsSearchBarControls { 
		position: absolute; 
		bottom:-12px; 
		text-align: center;
		width: 60px; 
		left: 50%; 
		margin-left: -30px; 
		background-color: Black; 
	}
	.clsSearchBarContainer { 
		position: fixed; 
		z-index: 6; 
		top: 70px; 
		right: 0px;
		width: 400px; 
		left: 50%; 
		margin-left: -150px; 
		align: center; 
	}
	.clsPageHeadingBackground { 
		postion: absolute; 
		background-color: black; 
		z-index: 1; 
		opacity: 0.5; 
		top: 0px; 
		filter:alpha(opacity=50); 
		width: 100%; 
		height: 100%; 
	}	

	table.clsParameterSet {
		background-color: #F0F0F0; 
		margin: 18px 12px 18px 36px; 
		border: 1pt solid #606060; 
		border-collapse: collapse; 
	}
	
	th.clsParameterSet    {
		color: #000000; 
		margin-bottom:4px; 
		border-bottom: 1px solid #606060; 
		padding: 2px 4px 2px 4px; 
		font-size: 8pt; 
		font-family: arial; 
		font-weight: bold; 
	}
	
	tr.clsParameterSet    {}
	
	td.clsParameterSet    {
		color: #000000; 
		background-color: #E0E0E0; 
		padding: 2px 4px 2px 4px; 
		font-size: 8pt; 
		font-family: arial; 
	}