BODY { /*margin: 10px; */
			background-image: url(snowflake-bg.gif);
			background-repeat: repeat;
			background-color: #fff;
			font: 12px Verdana, Arial, Helvetica, Geneva sans-serif;
			} 

h1  {
	font-size: 36px;
	color: #fff;	
	background-color: #ccf;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 1px solid #CCD;
	}	

h2  {
	font-size: 18px;
	color: #000;	
	background-color: #ccf;

	}
	
h3  {
	font-size: 13px;
	color: #000;
	font-weight: bold;	
	background-color: #ccf;
	}
	
h4  {
	font-size: 12px;
	color: #000;	
/*	background-color: #ccf;*/
	}
	
h5 {	
	font-size: 12px;
	color: #000;
/*	background-color: #ccf;*/
	}

.text {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000
}

.schedEmphasis {
	font-family: Eras Demi ITC, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000
}

.greylabelital {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}



/*This is the CSS for the top level navigation bar.*/
#navlist
	{
		padding: 0 1px 1px;
		margin-left: 0;
		margin-top: 4px;
		font: bold 12px Verdana, sans-serif;
	}
		
#navlist li
	{
		list-style: none;
		margin: 0;
		border-top: 1px solid gray;
		display: inline;
	}
		
#navlist li a
	{
		padding: 0.25em 0.5em 0.25em 0.75em;
		border-left: 1em solid #AAB;
		background: #CCD;
		text-decoration: none;
	}
		
#navlist li a:link { color: #03F; }
#navlist li a:visited { color: #667; }
		
#navlist li a:hover
	{
		border-color: #CCD;
		color: #CCD;
		background: #03F;
	}
/*End CSS for the top level navigation bar.*/