
BODY {
	color : black;
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
	margin : 1.75em;
	font-size : 10pt; 
}

P {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color: #FFFFFF;  
	font-size : 10pt;
}


H1, H2, H3, H4, H5, H6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	color: #000099;
	background-color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}

H2 {
	font-size : medium;
	font-weight: bold;
	color: #000099;
	background-color: #FFFFFF;
}	
	
H3 {
	font-size : small;
	font-weight: bold;   
	color: #000099;	
	background-color: #FFFFFF;
}

H4 {
	font-size : small;
	font-style: italic;
	font-weight: normal;
	color: #000000;	
	background-color: #FFFFFF;	
	margin-bottom : 0em;		
}

A:link {
	font-weight : normal;
	color : #0000FF;  /* BLUE */
	text-decoration : underline;
}

A:visited {
	font-weight : normal;
	color: #0000FF;  /* BLUE */
	text-decoration : underline;
}

A:name {
	text-decoration : none;
}

/***** LISTS ***************/

UL, OL {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
}

UL {
	list-style-type : disc;
}

UL UL {
	list-style-type : circle;
}

UL UL UL {
	list-style-type : square;
}

OL LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

LI {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;	
}

OL P, OL OL, UL LI P {
	font-size : small;
}

OL UL {
	font-size : small;
}

/***CODE & MONOSPACED FONTS***/

CODE, TT, PRE {
	font-size : small;	
	font-family : "Courier New", Courier, monospace;
	color : #000000;
	background-color: #FFFFFF;  
}	

H3 TT {
	color: #000099;	
}

/***** TABLES ***************/

   
 TABLE, TD, TH {
 	color : black;
 	background-color : #FFFFFF;
 	font-family : Arial, Helvetica, sans-serif;
  	font-size : small; 
}

TABLE.note {
	background-color: #00FFFF;
	padding: .75em;
	width : 90%;
}

/***** NOTES ***************/
.noteHead  {
	color: #000099;   
	font-family : Arial, Helvetica, sans-serif;	
	background-color: #00FFFF;
	font-weight: 600;
}

.note, .note P, .note CODE, .note TT, .note PRE, .note P, .note A:link, .note A:visited, .note P TT  {
	background-color: #00FFFF; 
}


/*******
DIV.note {
	border-width: 1px; 
	border-style : solid;
	border-color : #000099;
	padding : 1em;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #00FFFF; 
	color: #000000;  
	font-size : small;
	text-align: justify;
	margin-right : 1.75em;
}	
******/
.note {
	border-style : solid;
	border-color : #000099;
	padding : 1em;
	font-family : Arial, Helvetica, sans-serif;
	border-width: .05em 0; 
	background-color: #00FFFF; 
	color: #000000;  
	font-size : small;
	text-align: justify;
	margin-right : 1.75em;
}	