/*

DESCRIPTION
    This is the global site style sheet for the AMCCP-P web site.
    All web pages with the AMCCP-P 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.navbar:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:hover
{
	color: #FFD700;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/*--- class for the headings in the navigation bar --- */
.navbarhead{
	color: #000000;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}
/*--- class for the text in the navigation bar --- */

.navbartext{
	color: #000077;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.menu {
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 11px;}
