/* CSS Document */
/* IMPORTANT: */
/* This document's rules are replaced by the rules in cte_screen.css */
/* in browsers newer than Netscape 4.x -- however IF YOU ADD RULES */
/* TO THIS DOCUMENT THAT DON'T SPECIFICALLY HAVE A DIRECT COUNTERPART IN */
/* cte_screen.css, THEN THESE RULES WILL BE APPLIED TO NEWER BROWSERS */

body {
	background: white;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	}
	
body a:link {
	color: #0000CC;
	}
	
body a:visited {
	color: #990000;
	}

#docurl {
	display: none;
	}
	
/* This section styles the NAVIGATION area */
#navigation {
	border: 1px;
	border-style: solid;
	/* background-color: #ffcc00; */
	color: #000000;
}

/*This section styles the portal page's content area*/
#portal {
	/* not currently in use */
}


