/* +++ Start redefines for Netscape 4  +++ */
	body {
		background:#f3f3f3;
		color:#ffffff;
		color:#000000;
	}
	
	
	#header {
		background: #003366 url(/images/app-ui/bkgrnd-swirl.gif);
		/* workaround for netscape 4 not properly displaying a background color w/ transparent gif */
		
		width:auto;
		margin-bottom:20px;
	}
/* +++ End redefines for Netscape 4  +++ */


		


.callOut {
	border-left:dotted 1px #cccccc;
	padding:5px;
	background-color:#fcfcfc;
	color:#ff6600;
	font-family:Arial,Sans-Serif;
	font-size:75%;
}

.error {
	color:red;
}

#nav {
	font-size:85%;
	color:#003366;
}

#nav a {
	color:#0000ff;
}

a:hover,#nav a:hover {
	color:#ff6600;
}

pre,code {
	font-face:mono;
	color:#009911;
}

th {
	font-family:Verdana,Sans-Serif;
	font-size:90%;
}

th a {
	color:#003366;
}

sup {
  color:#ff6600;
  font-size:10px;
}

/* Default Form Error Messages */
.errormsg {
	color:red;
	font-weight:bold;
	font-size:57%;
}
