
body { background-color: beige; 


}

a.link {color: #0000ff;

}

a.button:hover  { color: white;
           font-weight: bold;
		   font-size: 12;
         }

a.button        { color: #006510;
           font-weight: bold;
           font-size: 12;
         }
         
a.Bbutton:hover  { color: white;
           font-weight: bold;
		   font-size: 18;
         }

a.Bbutton        { color: #006510;
           font-weight: bold;
           font-size: 18;
         }        
         
         
         

.banner { color: seagreen;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-size: 36;
		  font-weight: bold;

		}

.banner1 { color: seagreen;
          font-family: Times;
          font-size: 24;
		  font-weight: bold;
		  font-style: italic;

		}
.banner2 { color: seagreen;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-size: 16;
		  font-weight: bold;

		}
.bodytext { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;

		}

.bodytext2 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;

		}
		
.bodytext3 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;

		}
		
.bodytext4 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;

		}
		
.bodytext5 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;
          		border-top-width: 0px;
	  		border-bottom-width: 1px;
	  		border-left-width: 0px;
	  		border-right-width: 0px;
	  		border-style: solid;
	  		border-top-color: beige;
	  		border-bottom-color: silver;
		}
.bodytext6 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;
           font-weight: bold;
          		border-top-width: 0px;
	  		border-bottom-width: 1px;
	  		border-left-width: 0px;
	  		border-right-width: 0px;
	  		border-style: solid;
	  		border-top-color: beige;
	  		border-bottom-color: black;
		}
		
.AI { color: red;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;
           font-weight: bold;
           }
		
.tablehead { color: beige;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 18;
           font-weight: bold;
           background-color: black;

		}

.tdhead { color: beige;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;
           font-weight: bold;
           background-color: navy;

		}

.tdhead2 { color: navy;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;
           font-weight: bold;
           background-color: lightblue;

		}
		
.titem { color: black;
         background-color: beige;
         font-size: 12;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;

      }

.email { color: black;
          font-family: "Courier";
          font-size: 12;

		}

.flash { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 18;

		}
.flashint { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 24;

		}
.huge { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 64;

		}

h1 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 16;
          font-weight: bold;
		}

h2 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;

		}

.wrapper {
		border-width: 2px;
		border-style: solid;
		border-color: #000000;
		background-color: #eeeeee;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		}

.Bwrapper {
		border-width: 2px;
		border-style: solid;
		border-color: #006510;
		background-color: #B0E2B0;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
		padding-right: 3px;
		}

.Cwrapper {
		border-top-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 0px;
		border-right-width: 10px;
		border-style: solid;
		border-bottom-color: #a0a0a0;
		border-top-color: beige;
		border-left-color: beige;
		border-right-color: beige;
		background-color: #dfdfdf;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		}
		
.Dwrapper {
		border-width: 3px;
		border-style: solid;
		border-color: #000000;
		
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		}
.tdspacer {
                
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 5px;
         }
         
  .boxquote {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	font-weight: bold;
  	color: #4F4B46;
  	text-align: left;
  	padding: 8px;
  	height: auto;
  	width: auto;
  	text-decoration: none;
  	line-height: 12px;
  	text-indent: 0pt;
  	border: thin inset #FFFFFF;
  	background-color: #DEDEDE;
  	word-spacing: normal;
  	margin: 2px;
}

  .boxquote2 {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
  	color: #4F4B46;
  	text-align: center;
  	padding: 8px;
  	height: auto;
  	width: auto;
  	text-decoration: none;
  	line-height: 12px;
  	text-indent: 0pt;
  	border: thin inset #FFFFFF;
  	background-color: #DEDEDE;
  	word-spacing: normal;
  	margin: 2px;
}