/* Basic Page Elements */

body{
  font-family: verdana;
}

h1{
  text-align: center;
  font-size: 18pt;
}

h2{
  color: #666;
  padding-top: 20px;
  font-size: 16pt;
}

h3{
  color: #666;
  padding-top: 20px;
  font-size: 16pt;
  text-align: center;
}

p{
  font-size: 10pt;
}

a{
  font-size: 10pt;
}

td{
  font-size: 10pt;
}

hr{
  margin-top: 20px;
  width: 80%;
}





/* Link Grid Styles */

.grid table{
  border: 0px solid #000;
}

.grid h3{
  color: #666;
  text-align: center;
  background-color: #fff;
  font-size: 12pt;
  padding: 0px;
  margin: 0px;
}

.grid p{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}



/* Breakout Styles */
.botitle{
  color: #666;
  font-size: 13pt;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}




/* FAQ's Styles */
.faqQ{
  font-style: italic;
}

.faqA{
  padding-bottom: 15px;
}




.reviews{
 border-bottom: 2px solid #ccc;
 background-color: #fff;
 padding: 10px;
 margin: 20px;
}

.reviews p{
 text-align: left;
 font-weight: bold;
}

.reviews p.quote{
 background-color: #d4e7f5;
 padding: 10px;
 font-weight: normal;
}
