<!--- -------------------------------------------------------------------------
TEMPLATE: NewCSS/Link.css
DESCRIPTION: This is the style sheet for the site.
The web server has been configured to process .css files with
the ColdFusion Application Server. This allows CF variables and
tags to be used in the style sheet, making user customization
much easier.
CALLED BY:Standard/Header.cfm
AUTHOR: Jan Perlmutter
CREATED: 08/01/2002
------------------------------------------------------------------------- --->
.plain {TEXT-DECORATION: none; font-family:Courier}
.plainblack {TEXT-DECORATION: none; COLOR: Black}
.plainwhite {TEXT-DECORATION: none; COLOR: White}
.HPModName {FONT-SIZE:14pt; FONT-FAMILY: Arial; color: Black; font-weight: bold; text-align: center;}
.HPModSubName {FONT-SIZE:12pt; FONT-FAMILY: Arial; color: Black; font-weight: bold; text-align: center;}
.HPSubName {FONT-SIZE:10pt; FONT-FAMILY: Arial; color: Black; font-weight: bold; text-align: center;}
.size8 {FONT-SIZE:8pt}
.size10 {FONT-SIZE:10pt}
.size11 {FONT-SIZE:11pt}
.size12 {FONT-SIZE:12pt}
.size14 {FONT-SIZE:14pt}
.size16 {FONT-SIZE:16pt}
.Sect1Tree {background-color:White;color:Blue;font-family:Times;font-size:10pt;font-style:normal;text-align: left;font-weight: bolder;text-decoration:none}
.Sect2Desc {background-color: White;color: Green;font-family:Times;font-size:10pt;font-style:normal;text-align: center;font-weight: bolder;text-decoration:none}
.Sect3Head {background-color: White;color: Orange;font-family:Arial;font-size:12pt;font-style:normal;text-align: left;font-weight: bolder;text-decoration:none}
.Sect3Child {background-color: #EFEFEF;color: Blue;font-family:Book Antiqua;font-size:10pt;font-style:normal;text-align: left;font-weight: bold;text-decoration:none}
.Sect3Grand {background-color: #EFEFEF;color: Blue;font-family:Book Antiqua;font-size:8pt;font-style:normal;text-align: left;font-weight: normal;text-decoration:none}
.Sect4Top {background-color: Orange;color: Orange;font-family:Arial;font-size:12pt;font-style:normal;text-align: left;font-weight: bolder;text-decoration:none}
.Sect4Head {background-color: White;color: Orange;font-family:Arial;font-size:12pt;font-style:normal;text-align: left;font-weight: bolder;text-decoration:none}
.Sect4Title {background-color: White;color: Blue;font-family:Book Antiqua;font-size:11pt;font-style:normal;text-align: center;font-weight: bolder;text-decoration:none}
.Sect4Desc {background-color: White;color: Black;font-family:Book Antiqua;font-size:10pt;font-style:normal;text-align: center;font-weight: bolder;text-decoration:none}
.Sect4URL {background-color: White;color: Red;font-family:Book Antiqua;font-size:8pt;font-style:italic;text-align: center;font-weight: bolder;text-decoration:underline}
.Sect5Button {background-color: White;color: Blue;font-family:Comic Sans MS;font-size:12pt;font-style:normal;text-align: center;font-weight: bold;text-decoration:none}
.highlightedrow {BACKGROUND-COLOR: #ffffcc}
.invisible {DISPLAY: none; VISIBILITY: hidden}
.visible {VISIBILITY: visible}
A:active {COLOR: <CFOUTPUT>#Session.TitleActiveLink#</CFOUTPUT>; FONT-FAMILY: <CFOUTPUT>#Session.TitleTextStyle#</CFOUTPUT>;FONT-SIZE: <CFOUTPUT>#Session.TitleTextSize#pt</CFOUTPUT>;text-decoration:<CFIF Session.MonthUnderLineLink>underline<CFELSE>none</CFIF>}
A:link {COLOR: <CFOUTPUT>#Session.TitleLink#</CFOUTPUT>; FONT-FAMILY: <CFOUTPUT>#Session.TitleTextStyle#</CFOUTPUT>; FONT-SIZE: <CFOUTPUT>#Session.TitleTextSize#pt</CFOUTPUT>;
text-decoration:<CFIF Session.MonthUnderLineLink>underline<CFELSE>none</CFIF>}
A:visited {COLOR: <CFOUTPUT>#Session.TitleVisitedLink#</CFOUTPUT>; FONT-FAMILY: <CFOUTPUT>#Session.TitleTextStyle#</CFOUTPUT>; FONT-SIZE: <CFOUTPUT>#Session.TitleTextSize#pt</CFOUTPUT>;text-decoration:<CFIF Session.MonthUnderLineLink>underline<CFELSE>none</CFIF>}
.ErrorMessage {color: Red;font-family:Verdana, Arial, Helvetica;font-size:11px;font-style:italic;text-align: center;font-weight: bold;text-decoration:underline}
.Heading1 {color: Blue;font-family:Book Antiqua;font-size:14pt;font-style:bold;text-align: center;font-weight: bold;text-decoration:underline}
.Heading2 {color: Blue;font-family:Book Antiqua;font-size:10pt;font-style:normal;text-align: left;font-weight: bold;text-decoration:none}
.DataHeading {background-color:ffffcc;color:Blue;font-family:Courier;font-size:11pt;font-style:normal;text-align:center;font-weight:bold;text-decoration:none}
.DataHeadHot {background-color:abcdef;color:Blue;font-family:Courier;font-size:11pt;font-style:normal;text-align:center;font-weight:bold;text-decoration:none}
.DataDetails {background-color:EEEEEE;color:Blue;font-family:Arial;font-size:8pt;font-style:normal;text-align:left;font-weight:normal;text-decoration:none}
.BorderMe {border-right: black 1px solid;border-top: black 1px solid;border-left: black 1px solid;color: black;border-bottom: black 1px solid;text-align: center;}
