
BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #000000;
}

BODY.solid {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #CAE1FF;
	color : #000000;
}


.fsnote1 {
	text-align : center;
	color : Gray;
	font-size : .8em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.fstitle1 {
	color : #000066;
	font-weight : bold;
	font-size :2.1 em;
}

.fstitle2 {
	color : #000066;
	font-weight : normal;
	font-size : 2 em;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
}

.fstitle3 {
	color : #000066;
	font-weight : bold;
	font-size : 1.5em;
}

.fscopy {
	font-size : .9em;
}

.fsnote2 {
	text-align : center;
	color : #000066;
	font-size : 1.3em;
	font-weight : bold;
}
.fsnote3 {
	text-align : center;
	color : #000066;
	font-size : 1.1em;
	font-weight : normal;
}

.fsnote4 {
	text-align : left;
	color : #000066;
}

/*  ---------------------------------------------------------------  link formatting */
A:LINK {color : #4159E1;}
A:ACTIVE { color : #CD5555; }   		  
A:FOCUS { color : #CC0000; }
A:HOVER {color : #FF4500;	text-decoration : underline;}


A:LINK.plain { color : #000000;	text-decoration : none; }						/* used for links which should completely blend into the text */
A:VISITED.plain {color : #000000; 	text-decoration : none;	}				/* such as terms linked to the glossary or cross linked from the glossary*/
A:ACTIVE.plain { color : #CD5555; }															
A:FOCUS.plain {	color : #CC0000; text-decoration : underline; }
A:HOVER.plain {	color : #CC0000; text-decoration : underline; }

A:LINK.cw {
	color : Yellow;
	text-decoration : none;
}						
A:VISITED.cw {color : Yellow; 	text-decoration : none;	}
A:ACTIVE.cw { color : #CD5555; }															
A:FOCUS.cw {	color : #CC0000; text-decoration : underline; }
A:HOVER.cw {	color : #CC0000; text-decoration : underline; }


SPAN.close-win {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	font-size : smaller;
}

