/* Basic body font.  Also make sure the TD tag gets this */ 
/* Need to do all this to handle Netscape 4, which is not inheritting BODY */
body, p, div, td, H1, H2, H3, H4, li { 
    font-family: Arial, sans-serif; 
    color: black;
}

H1 { 
    color: #3366CC;
    margin-bottom: 0em;
}

H2 { 
    margin-left: 1em;
    text-align: left;
    color: #3399FF;
    width: 90%;
    padding-bottom: 0em;
    margin-bottom: 0em;
}

H3 { 
    margin-left: 2em;
    text-align: left;
    color: #CCFFFF;
    background-color: #330099;
    width: 80%;
    margin-bottom: 0em;
}

H4 { 
    margin-left: 3em;
    text-align: left;
    color: #330099;
    background-color: white;
    width: 75%;
    margin-bottom: 0em;
}

UL, OL {
    margin-top: 0.5 em;
    margin-bottom: 0.5 em;
}

/* A body class to be used with the H2 */
.h2_body {
    margin-left: 2em;
}

/* and for H3 */
.h3_body {
    margin-left: 3em;
}

/* and for H1, may as well */
.h1_body {
    margin-left: 1em;
}

/* Head class for the header banner */
.head {
    font-size: 90%;
    font-weight: bold; 
    text-align: center;
    background-color: #330066;
    font-family: Verdana, Arial, sans-serif; 
    color: #3399FF;
}
.head TD {
    font-size: 90%;
    font-weight: bold; 
    text-align: center;
    background-color: #330066;
    font-family: Verdana, Arial, sans-serif; 
    color: #3399FF;
}
.head A:link { text-decoration: none; 
	       color: white; 
} 
.head A:visited { text-decoration: none; 
		  color: white; 
}
.head A:active { text-decoration: none; 
		 color: white; 
}
.head A:hover { text-decoration: underline; 
	        color: #33CCFF; 
}

/* Footer and LastMod classes */
.foot, .lastmod { 
    font-size: 70%;
    text-align: center;
}
.lastmod { 
    font-style: italic;
}

