<!--
.PAGE_TITLE  		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16pt; }
.PAGE_SUBTITLE  	{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 14pt; }
.HEADER_LINKS 		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; }
.HEADER_DATE 		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF; }
.MENU_LINKS 		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 10pt;  }
.TEXT        		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 10pt }
.TEXT_SMALL    		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 8pt }
.TEXT_MEDIUM   		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
.TEXT_BOLD     		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; }

.CALENDAR_GRAY 		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 8pt; color: #C0C0C0; }
.CALENDAR_TEXT 		{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 8pt; }
.CALENDAR_HEADER	{ font-family: Verdana, Arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; }

/* DONT ACTIVATE */
/*A:link 			{ color: blue }    unvisited link */
/*A:visited 		{ color: blue }    visited links  */
/*A:active 			{ color: red }     active links   */

a:link.HEADER_LINKS, a:visited.HEADER_LINKS, a:active.HEADER_LINKS { color: black; text-decoration:none }
a:link:hover.HEADER_LINKS, a:visited:hover.HEADER_LINKS, a:active:hover.HEADER_LINKS { color: black; text-decoration: underline }

a:link.MENU_LINKS, a:visited.MENU_LINKS, a:active.MENU_LINKS { color: black; text-decoration: underline }
a:link:hover.MENU_LINKS, a:visited:hover.MENU_LINKS, a:active:hover.MENU_LINKS { color: black; text-decoration: underline }



/* For the class="menulist" element, and all 'ul' tags inside it. */
.menulist, .menulist ul {
 border-left:1px solid #036; border-right:1px solid #036; border-top:1px solid #036; border-bottom:0px solid #036; margin:0; padding:0; width: 150px;
 background: #DEF; list-style-type:none
}

/* Submenus ('ul' tags) are hidden by default. You may want to hide them with scripting? */
.menulist ul {
 position: absolute;
 top: 0;
 left: 155px;
 display: none;
}

/* All menu items ('li' tags) */
.menulist li {
 position: relative;
 border-bottom: 1px solid #036;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #036;
 text-decoration: none;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a:hover.highlighted {
 color: #FFF;
 background-color: #8AC;
}
.menulist a.highlighted {
 color: #963;
 background-color: #CDE;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */


/* RULES FOR THE "MENUDIV" OBJECT */

/* This is more complicated CSS, as it will downgrade to NS4 support. */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 1px outset #FFFFCC;
 /* Borders:     Top    Right  Bottom    Left   */
 border-color: #FFFFCC #666633 #666633 #FFFFCC;
 background-color: #E3E4C5; layer-background-color: #E3E4C5;
 padding: 1px;
 font: 14px/22px Arial, Helvetica;
 /* Here's a cool effect, try uncommenting this: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

.menudiv a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 border-top: 1px solid #E3E4C5;
 border-right: 1px solid #E3E4C5;
 border-bottom: 1px solid #E3E4C5;
 border-left: 1px solid #E3E4C5;
 color: #003333;
 text-indent: 5px;
 text-decoration: none;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 border: 1px solid #999966;
 border-color: #E9EAD0 #D5D6A7 #D5D6A7 #E9EAD0;
 background-color: #999966;
 color: #FFFFFF;
}
.menudiv a:active {
 border: 1px solid #003366;
 border-color: #E9EAD0 #D5D6A7 #D5D6A7 #E9EAD0;
 background-color: #003366;
 color: #FFFFFF;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #999966;
 border-color: #999966;
 color: #FFFFFF;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}


/* Just a random style, needed for NS4 */
b, strong {
 font-weight: bold;
}

-->