* {
	margin: 0;
}

/* red  :  color: #DA251D; */
/* blue :  color: #28166F; */

a {
  /* color:           #CA150D; */
  color: #008000;
  text-decoration: underline; 
  font-style:      normal;
  font-weight:     bold;
}	

a:link {
}

a:visited {
} 

a:active {
  /* color:           #FFB0B0; */
  color: #004000;
  text-decoration: underline; 
}

a:hover {
  text-decoration: underline; 
  color: #004000;
}


html, body {
  font-family:      "Helvetica", "Sans", "Verdana", "Arial";
  background-color: white;
  color:            black;
  margin:           0px;
  padding:          0px;
  height:			100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -12px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    font-size: 10px;
	height:    12px; /* .push must be the same height as .footer */
}
.footer a {
  color: #B0B0B0;
  font-size: 10px;
  font-weight: normal;
}


table {
  table-border-color-light: rgb(0, 0, 128);
  table-border-color-dark:  rgb(0, 0, 128); 
  font-family:              "Helvetica", "Sans", "Verdana", "Arial";
  text-align:     center;
}


p {

}

h1, h2, h3, h4, h5, h6 {
  font-family:  "Helvetica", "Sans", "Verdana", "Arial";
}

h1 {
  color: #F24C11;	
}

h2 {
  color: #008000;
}

.logo {
  border:         none;
  background:     White;
  color:          Black; 
  text-align:     center;
  padding:        0px; 
  padding-top:    50px;
  padding-bottom: 25px;
  margin:         0px;
}

.banner {
  text-align:     center;
  letter-spacing: 2px; /* 1.75pt; */
  padding-bottom: 30px;  
}

.contact {
  font-size:      8pt;
  text-align:     center;
  letter-spacing: 2px; /* 2pt; */
  padding:        5px; 
  padding-top:    15px;
  margin:         0px;
}