<!--
.PAGE_TITLE  		{ font-family: Arial, helvetica, sans-serif; font-size: 18pt; text-transform:uppercase; color:#000000 }
.PAGE_SMALLTITLE  	{ font-family: Arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; color:#000000 }
.PAGE_SUBTITLE  	{ font-family: Arial, helvetica, sans-serif; font-size: 14pt; text-transform:uppercase; color:#000000 }
.FOOTER_LINKS 		{ font-family: Arial, helvetica, sans-serif; font-size: 9pt; color:#000000; text-transform:uppercase }
.TEXT_LINKS 		{ font-family: Arial, helvetica, sans-serif; font-size: 10pt; color:#000000 }
.TEXT        		{ font-family: Arial, helvetica, sans-serif; font-size: 10pt; color:#000000 }
.TEXTBOLD      		{ font-family: Arial, helvetica, sans-serif; font-size: 10pt; color:#000000; font-weight: bold }
.TEXTUPPER	  	{ font-family: Arial, helvetica, sans-serif; font-size: 12pt; text-transform:uppercase; color:#000000 }
.NEWSTEXT        	{ font-family: Arial, helvetica, sans-serif; font-size: 10pt; color:#000000 }
.NEWSDATE        	{ font-family: Arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; color:#000000 }img.floatLeft {     float: left;     margin: 4px; }img.floatRight {     float: right;     margin: 4px; }

/* A:link 				{ color: black }   unvisited link */
/* A:visited 			{ color: black }   visited links  */
/* A:active 			{ color: red }     active links   */

a:link.FOOTER_LINKS, a:visited.FOOTER_LINKS, a:active.FOOTER_LINKS { color: black; text-decoration: underline }
a:link:hover.FOOTER_LINKS, a:visited:hover.FOOTER_LINKS, a:active:hover.FOOTER_LINKS { color: blue; text-decoration: underline }

a:link.TEXT_LINKS, a:visited.TEXT_LINKS, a:active.TEXT_LINKS { color: black; text-decoration: underline }
a:link:hover.TEXT_LINKS, a:visited:hover.TEXT_LINKS, a:active:hover.TEXT_LINKS { color: blue; text-decoration: underline }

/* 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: 2px outset #F0F0F0;
 /* Borders:     Top    Right  Bottom    Left   */
 border-color: #FAFAFA #DCDCDC #DCDCDC #FAFAFA;
 background-color: #F0F0F0; layer-background-color: #F0F0F0;
 padding: 5px;
 font: 13px/16px Arial, Helvetica;
 /* Here's a cool effect, try uncommenting this: */
 filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9 */
}


/* 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%;
 border-bottom: 1px dashed #777777;
 margin-bottom: 1px;
}

.menudiv a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 border-top: 1px solid #F0F0F0;
 border-right: 1px solid #F0F0F0;
 border-bottom: 1px solid #F0F0F0;
 border-left: 1px solid #F0F0F0;
 color: #000333;
 text-indent: 5px;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 padding: 2px;
 color: #000333;
}

.menudiv a:link {
 color: #000333;
}
.menudiv a:hover {
 border: 1px solid #999966;
 border-color: #F0F0F0 #F0F0F0 #F0F0F0 #F0F0F0;
 background-color: #D4D4D4;
 color: #000000;
}
.menudiv a:active {
 border: 1px solid #003366;
 border-color: #F0F0F0 #F0F0F0 #F0F0F0 #F0F0F0;
 background-color: #D4D4D4;
 color: #000000;
}

/*
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;
}

-->
