  pageSetup.css
      This is the Cascading Style Sheet for the Eisenhower Bands website. 
      In the HEAD element of each document, insert a LINK tag and set the 
      attributes for it as follows: 
         HREF="include/pageSetup.css" REL="stylesheet" TYPE="text/css" 
<STYLE>

/* initial style */
.first
{
    FONT-SIZE: 10pt;
}

/* used in Invoice report to do a page break
.pagebreak
{
    page-break-before: always
}




/* used for the basic text on any pages */




{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}


{
A:hover {text-decoration: underline}
//A:link {color: blue}
//A:visited {color: blue}
//A:active {color: blue}
}

.genLink
{
	FONT-SIZE: 9pt;
	COLOR: #0000FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* used for cpopyright credits */
.credits
{
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}

.genText
{
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: normal;
}

.genText10
{
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: normal;
}

.siteHeaderLinkWhite
{
	FONT-SIZE: 12pt;
	COLOR: #ffffff;
	FONT-FAMILY: Times New Roman, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: bold;
}




/*used for major banner headings in Gray */
.bannerGrayText
{
    FONT-SIZE: 18pt;
    COLOR: #666666;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}
.genText12
{
	FONT-SIZE: 12pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.genGrayText
{
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}
.bannerGrayText18
{
    FONT-SIZE: 18pt;
    COLOR: #666666;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}

.bannerTealText18
{
    FONT-SIZE: 18pt;
    COLOR: #800000;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}

/* used for the basic text on any pages */
.genTextBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}

.genTextBold8
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}

.siteHeaderLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, Times New Roman;
    TEXT-DECORATION: none
}
.genTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
</STYLE>
.genLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
}
.bannerUCFRedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.subHeadingUCFRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}
.bannerRedMedium {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.smallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
}
