.navbar_topic{
	color: #000000;
	font-size: 1.2em;
	font-family: Rockwell, Arial, sans-serif;
	font-variant: small-caps;
}

.navbar_subtopic{
	color: #000000;
	text-indent: 10px;
	font-size: 1.0em;
	font-weight: normal;
}

.lit_default{
	color: #000000;
	font-size: 0.8em;
	font-family: Rockwell, Arial, sans-serif;
}

.lit_white{
	color: #ffffff;
	font-size: 0.8em;
	font-family: Rockwell, Arial, sans-serif;
}

.emphasis{
	color: #000000;
	font-family: Rockwell, Arial, sans-serif;
	font-size: 1.3em;
	text-decoration: underline;
}

.normal{
	color: #000000;
	font-family: Rockwell, Arial, sans-serif;
	font-size: 0.85em;
}

/** These entries make the navbar links fancy **/
a.rollover:link{
	font-weight: normal;
	color: #004c00;
}

a.rollover:visited{
	font-weight: normal;
/**	color: #00cc18; **/
	color: green;
}

a.rollover:hover{
	font-weight: normal;
	color: #00ac18;
}

a.rollover:active{
	font-weight: normal;
	color: red;
}
/** End fancy navbar stuff **/

/** No goofy lines around linked images **/
a.image:link{
	color: #FFFFFF;
}

a.image:visited{
	color: #FFFFFF;
}

a.image:hover{
	color: gray;
}

a.image:active{
	color: red;
}
/** End fancy navbar stuff **/


