
TD {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10pt; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
}

.whitetext {
font-style : normal;
font-variant : normal;
font-weight : bold;
font-size : 10pt;
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
background-color : transparent;
}

.greyback {
	background-color: #eee;
	color: #fff;
	}
.greybrown {
	background-color: #eee;
	color: #964;
	}




.bigbrown {
	font-weight: bold;
	font-size: 200%;
	font-family: Palatino, Arial, Helvetical, sans-serif;
	color: #036;
	background-color: #ccc;
	}
	
.normaltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10pt; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
background-color : transparent; 
}

.boldtext {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 12pt; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
background-color : transparent; 
}

em     {       
        font-style:     italic;
        font-weight:    normal;
        }       
                
strong  {       
        font-style:     normal;
        font-weight:    bold;
                }       
                
em strong, strong em    {       
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
             }       
                
b       {
        font-weight:    bold;
        }
        
i       {
        font-style:     italic;
        }


/* This style is roughly:			
 *   
 *   [ menu][  content  ]
 */

.MenuHead {
	color: #000;
	background-color: #ccc;
	margin-left: 0.5em;
	/* font-weight:bold; */
	}
.MenuItem {
	margin-left: 1.0em;
	}

#Menu a:link { 
	color: #036;
	background-color: transparent;
	text-decoration: none
	}
#Menu a:visited { 
	color: #964;
	background-color:transparent;
	text-decoration: none;
	}
#Menu a:hover {
	color: #c00;
	/* font-weight: bold; */
	text-decoration: none;
	}	

		

/* ----------------------------------------------------------------------
 * Content definitions
 * ----------------------------------------------------------------------
 */
#Content { margin: 0em 1em 1em 1em; 
	  background-color: transparent; }



#Content h1 {
        margin: 0em 0em 1em 0em;
        font-size:120%;
        line-height:120%;
        font-weight:bolder;
        color: #222;
        background-color: #eee;
        border-bottom: thin dotted #c00;
        }

#Content h2 {
        margin: 2em 0em 0em 0em;
        font-size:120%;
        line-height:100%;
        font-weight:bolder;
        color: #036;
        }



	
#Content p {margin:0px 0px 10px 0px; }
/* #Content p+p {text-indent:30px;} */

#Content a:link { color: #036;
		  text-decoration: underline; 
		  }
#Content a:visited { color: #964;
		     text-decoration: underline; }
#Content a:hover { color: #c00;
		   background-color: #fff; 
		   font-weight: normal;
		   }


.hilite{color:#036; background-color:#ffff66; }

.red { color:#cc0000; }
.shade { background-color:#ccd; }
