<!--

/* --- SITEWIDE ---*/
body, td, p { font-family: Arial, Helvetica, sans-serif; text-decoration: none;  color: black }
a {  text-decoration: underline; color: #003399;}
A:Hover {
	text-decoration: underline;
	color: #FF8C00;
}



/* --- HEADINGS --- */
.corporate-header{ font-family: Arial, Helvetica, sans-serif; text-decoration: none;  color: #FF9900; font-weight: bold }
.corporate-header:link { color: #FF9900; font-weight: bold }
.corporate-header:hover, .corporate-header:visited:hover  { color: #3333CC; text-decoration: none; }


/*  --- GENERAL TEXT --- */
.general-text { font-family: Arial, Helvetica, sans-serif; color: #003399 }
.general-text:link, .general-text:visited { text-decoration: underline; color: #003399 }
.general-text:hover, .general-text:visited:hover { color: #FF8C00 }



/* --- SIDEBAR --- */
/* specifies the background color and background image for the sidebar */


/* image and font properties for the sidebar */
.sidebar-stripe {  background-image: url(/img/template/sidebar_stripe.gif); background-repeat: no-repeat; }
.sidebar-item, .sidebar-item:link, .sidebar-item:visited   { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 9pt; color: FFFFFF; font-weight: bold }
.sidebar-item:hover, .sidebar-item:visited:hover  { color: #FFCC33; text-decoration: none;  }
.sidebar-current { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #FFCC33; font-size: 9pt }
.sidebar-folder { background-color: #FFFFCC; }
.sidebar-header { background-color: #6699CC; color: #FFFFFF; }


/* --- BANNER --- */
/* specifies the background color and background image for the sidebar */


/* image and font properties for the sidebar */

.banner-item, .banner-item:link, .banner-item:visited   { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 15pt; color: FFFFFF; font-weight: bold }
.banner-item:hover, .banner-item:visited:hover  { color: #FFCC33; text-decoration: none;  }
.banner-current { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #FFCC33; font-size: 15pt }
.banner-folder { background-color: #FFFFCC; }
.banner-header { background-color: #6699CC; color: #FFFFFF; }


--> 
