body

{

    background: white;
    background-repeat: no-repeat;
    color: black;
    font-family: geneva, helvetica, arial, sans-serif;
    font-size: 90%;
    margin: 0px;
    text-align: justify

}

small

{

    font-family: geneva, helvetica, arial, sans-serif;
    font-size: 85%

}

large

{

	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 100%

}

h1
{
	font-family: verdana, tahoma, geneva, helvetica, arial, sans-serif;
	font-size: 115%; 
        font-weight: bold;
	margin-bottom: 3px;
   	margin-top: 2px
}
h2

{

	font-family: verdana, tahoma, geneva, helvetica, arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 2px

}

h3

{

    font-family: verdana, tahoma, geneva, helvetica, arial, sans-serif;
    font-size: 95%;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 2px
}

h4

{

    font-family: palatino, agaramond, garamond, times, times new roman, serif;
    font-size: 90%; 
    font-weight: bold; 
    margin-bottom: 3px;
    margin-top: 2px

}

th

{

    color: black;
    font-family: verdana, tahoma, geneva, helvetica, arial, sans-serif;
    font-size: 100%

}

td

{

    color: black;
    font-family: geneva, helvetica, arial, sans-serif;
    font-size: 90%

}



.neutralBGColor

{

    background-color: #cccccc

}

.ltBGColor

{   
    background-color: #ccccff


}
.medBGColor

{

    background-color: #666699

}

.dkBGColor

{

    background-color: #000066

}

.hiltBGColor

{

    background-color: #fffbcc

}

/* unvisited links */
A:link {color: 330066;
        text-decoration: underline
}


/* user hovers     */
A:hover {
	color: navy;
        text-decoration: none
}

/* active links    */
A:active {
	color: red;
        text-decoration: underline
}

/* visited links   */
A:visited {
	color: maroon;
        text-decoration: underline
}

.tickertape
{
    color: white;
}

.submenu
{
    color: white;
}
    /* unvisited links in submenu */
A:link .submenu
{
 color: white;
        text-decoration: none
}

/* user hovers in submenu    */
A:hover .submenu {
	color: navy;
        text-decoration: underline
}

/* active links in submenu    */
A:active .submenu {
	color: red;
        text-decoration: underline
}

/* visited links   */
A:visited .submenu {
	color: maroon;
        text-decoration: none
}
