/* NCF Style Sheet -- main.css */
/* June 8/98 MENU attributes xx995 */
/* Aug 27/98 P attributes (NS bug fix) xx500 */

/* Bug fix: IE3 ignores the first statement */
.dummy 	{	font-family: serif; }


BODY, TD, TH, CAPTION { 
		font-family: Helvetica, Arial, sans-serif; 
		margin-left: 4%;
		margin-right: 4%;
	}

P, DIV { font-family: Helvetica, Arial, sans-serif; }

H1, H2, H3, H4, H5, H6 { 
		font-family: Verdana, Helvetica, Arial, sans-serif;
	}
H1 	{ 	color: #06C; background: transparent; }

H2, H3, H4, H5, H6 { color: #C03; background: transparent; }

H1, H2 	{ text-align: center; }

H3, H4, H5, H6 { text-align: left; }

CAPTION { 	font-weight: bold;
		color: #06C; 
	  	background: transparent; 
	}
TH 	{ 	color: #000;
		background: #FFC;
		font-weight: bold; 
	}
PRE, TT, CODE, KBD, SAMP, CITE { 
		font-family: "Courier New", Courier, monospace; 
	}
CITE 	{ 	font-style: italic; }
UL, MENU { 	list-style-type: square; }
UL UL 	{ 	list-style-type: disc; 	}
UL UL UL { 	list-style-type: circle; }
SUP 	{ 	font-size: x-small; }
BLOCKQUOTE { 	font-style: italic; 
		margin-left: 10%; 
		margin-right: 10% 
	}
MENU A {	text-decoration: none; }
/* Avoid "center" class if possible -- <CENTER>...</CENTER> preferred. */
.center { 	font-family: Helvetica, Arial, sans-serif; 
		font-size: small;
		text-align: center; 
	}
.footer {	font-family: Helvetica, Arial, sans-serif; 
		font-size: smaller;
		color: #009; 
		background: transparent;
		text-align: center; 
	}
.smaller {font-size: smaller; }
.note 	{ 	font-size: smaller; 
		margin-left: 8%; 
		margin-right: 8%;
		text-align: center;
	}
.warning { 	font-weight: bold; 
	   	color: #F00; 
	   	background: transparent;
	   	margin-left: 8%; 
	   	margin-right: 8%;
	   	text-align: center;
	} 
.reminder { 	color: #096;
		font-weight: bold;
		background: transparent;
		margin-left: 8%;
		margin-right: 8%;
		text-align: center; 
	}
.menu 	{ 	margin-left: 8%; 
		margin-right: 8%; 
	}
.code 	{	margin-left: 6%;
		margin-right: 6%;
		background: #FFF;
		color: #000;
		padding: 10px;
		border: thin solid #06C; 
	}
.menubar { 
		color: #000;
                background: #FFC;
		text-align: center;
		font-weight: bold;
		border: 2px solid #06C;
	}
.menubar A {
		color: #00E; 
		background: transparent;
		text-decoration: none;
	}
A:link	{ 	color: #00E; background: transparent; } 
A:active { 	color: #F00; background: transparent; }
A:visited { 	color: #909; background: transparent; }
A:hover	{ 	color: #F00; background: transparent; 
		text-decoration: underline;
	}



