/*  css for quotations */

/*
Color scheme:
blue:     004D99
tan:      CC7F33
cream:    FFFFCC
lt blue:  3380CC
dk blue:  000033
*/

.qbody {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  /* font */
  font-size: 12pt;
  color: #000033; 
}

.qsource {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  /* font */
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  color: #004D99; 
}

.qlinks {
  text-align: center;
  margin-top: 10px;
  font-size: 9pt;
  font-style: italic;
  color: #004D99;
}

.qlinks a {
  color: #004D99;
  text-decoration: none;
}
.qlinks a:hover {
  color: #3380CC;
}


.qhr {
  width: 40%;
}

/* styles for quote search */
.qsearch {
}

.qsearch table{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  background-color: #000033;
  border-collapse: collapse;
}
.qsearch table td {
  border: 3px #CC7F33 solid;
  padding: 20px;
}
.qsearch form {
  margin: 0;
  display: inline;
}
.qsearch label {
  color: #FFFFCC;
}
.qsearch a {
  color: #FFFFCC;
  text-decoration: none;
}
.qsearch a:hover {
  color: #CC7F33;
}

/* styles for list displays */
.alphagroup {
}
.alphagroup h1 {
color: #CC7E34;
}

.alphagroup table {
  width: 100%;
}
.alphagroup table td {
  vertical-align: top;
  padding: 10px;
}
.alphagroup ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.alphagroup a {
  color: #000033;
  font-size: 11pt;
  text-decoration: none;
}
.alphagroup a:hover {
  color:  #004D99; 
}
.alphagroup h1 {
  background-color: #000033;
  color: #CC7F33;
  border: 2px #CC7F33 solid;
  padding: 5px;
  text-align: center;
}




