
/* Site style sheet: Make style chages here and not in individual page code*/

/* For highlighting a link when cursor is over it */
a:hover { font-size: 110%;
          color: #8b0000; }

/* Use for body text */
p.body { font-family: Times; 
         font-size: 14pt; 
		 font-weight: bold;
		 color: #3333ff; }

a.body { font-family: Times; 
         font-size: 14pt; 
		 font-weight: bold;
		 color: #3333ff; }

/* Use for page headings */
p.head { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
         font-size: 24pt; 
		 font-weight: bold;
		 color: #e3170d; }

p.headSML { font-family: Helvetica; 
         font-size: 12pt; 
		 font-weight: bold;
		 color: #000000; }

/* Use for a list or table of links to other pages on the site */
p.link { font-family: Arial; 
         font-size: 16pt; 
		 font-weight: bold;
		 cursor: pointer;
		 text-decoration: none;
		 color: #e3170d; }

/* Use for inline links to other pages, either on the site or elsewhere */
a.link { font-family: Times; 
         font-size: 14pt; 
		 text-decoration: none;
		 font-weight: bold;
		 cursor: pointer;
		 color: #e3170d; }

/* Use for text in tables. */
p.tablebig { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
             font-size: 16pt; 
		     font-weight: bold;
		     color: #3232cd; }

a.tablebig { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
             font-size: 18pt; 
		     font-weight: bold;
		     color: #3232cd; }

p.tablesml { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
             font-size: 14pt; 
		     font-weight: bold;
		     color: #3232cd; }

a.tablesml { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
             font-size: 14pt; 
		     color: #3232cd; }

p.tablebigl { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
              font-size: 16pt; 
		      font-weight: bold;
		      text-decoration: none;
		      cursor: pointer;
		      color: #e3170d; }

a.tablebigl { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
              font-size: 16pt; 
		      font-weight: bold;
	          text-decoration: none;
		      cursor: pointer;
		      color: #e3170d; }

a.tablesmll { font-family: " 'Franklin Gothic demi', Helvetica, sans-serif"; 
             font-size: 14pt; 
		     font-weight: bold;
	    	 text-decoration: none;
	    	 cursor: pointer;
		     color: #e3170d; }


/* Use for Acrobat disclaimers */
a.disclaimer { font-family: Arial; 
               font-size: 10pt; 
		       color: #e3170d; }

p.disclaimer { font-family: Arial; 
               font-size: 10pt; 
		       color: #e3170d; }

a.disclaimert { font-family: Arial; 
                font-size: 7pt; 
		        color: #3333ff; }

a.disclaimerl { cursor: pointer;
				font-family: Arial; 
                font-size: 7pt; 
		        text-decoration: none;
		        color: #e3170d; }

/* Use for links across bottoms of pages */
a.linkt { font-family: " 'Franklin Gothic demi', 'Britannic Bold' , Helvetica, sans-serif"; 
          font-size: 12pt; 
          font-weight: bold;
		  text-decoration: none;
		  cursor: pointer;
		  color: #3333ff; }

a.linktb { font-family: " 'Franklin Gothic demi', 'Britannic Bold' , Helvetica, sans-serif"; 
           font-size: 14pt; 
	       font-weight: bold;
		   text-decoration: none;
		   cursor: pointer;
		   color: #3333ff; }

/* Glowing Text Settings */
.F1 {filter: glow(Color=#FF8000,Strength=10);
     width=200px;
     height=200px;}
.F2 {filter: glow(Color=#00FF00,Strength=9);
     width=150px;
     height=200px;}
.F3 {filter: glow(Color=#0080FF,Strength=12);
     width=250px;
     height=200px;}


