.button {
  background-color: #FFFFFF;
  letter-spacing: normal;
  font-family: Arial, sans-serif, Tahoma;
  font-size: 9pt;
  border-top: 1px #1D3A7A solid;
  font-weight: bold;
  border-right: 1px #1D3A7A solid;
  border-bottom: 1px #1D3A7A solid;
  border-left: 1px #1D3A7A solid;
}

.box {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-align: left;
  background-color: #CFD6F9;
  border-top: 1px #1D3A7A solid;
  border-right: 1px #1D3A7A solid;
  border-bottom: 1px #1D3A7A solid;
  border-left: 1px #1D3A7A solid;
}

P {
  font-family: Arial, Tahoma, Verdana;
  font-size: 10pt;
  color: #000000;
}


.header {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 14pt;
  color: #FFFFFF;
  font-weight: bold;
}

.header2 {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 14pt;
  color: #86D959;
  font-weight: bold;
}
.welcome {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 8pt;
  color: #FFFFFF;
}

.address {
  font-family: Arial, Tahoma, Verdana;
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
}

.address {
  	cursor: default;
}


.copy{
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 7pt;
  color: #86D959;
  text-decoration: none;
}

A.copy:hover {
  color: #FFFFFF;
  text-decoration: none;
}


.quicklink {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 9pt;
  color: #FFFFFF;
  text-decoration: none;
}

A.quicklink:hover {
  color: #798DF2;
}

.nonelink {
  	cursor: default;
}

.menu {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A.menu:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.submenu {
  font-family: "Century Gothic", Tahoma, Verdana;
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

A.submenu:hover {
  color: #86D959;
  text-decoration: none;
  font-weight: bold;
}



