 	body {
		font: normal 9pt Tahoma, sans-serif;
		padding: 6px;
	}
	
	a:link, a:visited, a:hover, a:active {
		font: normal 9pt Tahoma, sans-serif;
		color: #000080;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}

	table {
		font: normal 9pt Tahoma, sans-serif;
		border-collapse: collapse; color: #999;
	}
	
	table td { 
		border: 1px solid #ccc; 
		padding-left: 4px; padding-right: 4px;
	}
	
	table.noVisual td {
		border: none;
	}
	
	td.header, td.header strong {
		background: #999; color: #eee;
		font: bold 9pt Tahoma, sans-serif;
	}
	
	td { background: #fefefe; color: #888; }
	td.input { background: #efefef; padding: 0px; margin: 0px; }
	table.print td.input { padding: 0px 4px; }
	
	input, select, textarea {
		font: normal 9pt Tahoma, sans-serif;
		border: 0px; background: #efefef; padding: 0px;
		margin: 0px;
	}
	
	input.button, button.button {
		font: bold 10pt Tahoma, sans-serif;
		background: #efefef;
		padding: 4px 12px; 
	}
	
	button.button {
		border: 0px; background: #efefef; 
		margin: 0px;
	}
	
	.focused, .focused option {
		background: #cfe5eb;
	}
	
	.error, .error option {
		background: #e4bcb2;
	}
	
	.unfocused {  background: #efefef; }
	
	strong { color: #1688ab; }
	.errorStr { color: #800000; } 
	.noErrorStr { color: #008000; }			
	
	h1, h2, h3 {
		font: normal 22pt "Arial Narrow", sans-serif;
		color: #1688ab; padding: 0px; margin: 0px;
		margin-left: 12px;
	}
	
	h2 {
		font-size: 16pt;
	}
	
	h3 {
		color: #666; font-size: 14pt; font-weight: bold;
	}
	
	#displayContent {
		width: 700px; position: relative;
		left: 50%; margin-left: -350px;
	}
	
.hint {
   	display: inline;
    position: absolute;
    top: 100px;
    right: 250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(/img/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/img/pointer.gif) left top no-repeat;
}

.error, .information {
	background: #fff6bf url(/img/icons/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;	
}

.information {
	background: #f8fafc url(/img/icons/information.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #3a589a;
	border-bottom: 2px solid #3a589a;		
}

	
