/*

DESCRIPTION
    This is the global site style sheet for the JadeCat web site.
    All web pages with the JadeCat look and feel should incorporate
    this style sheet with a link tag such as:

    <link REL="STYLESHEET" TYPE="text/css" HREF="/jlmstyle.css">

*/

/*--- classes for the navbar --- */

a:visited {
	color: #FF0000
}

A.navbar:link
{
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:visited
{
	color: #FF4040;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:hover
{
	color: #000080;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/*--- class for the headings in the navigation bar --- */
.navbarhead{
	color: #000080;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}
/*--- class for the text in the navigation bar --- */

.navbartext{
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}