
/* 
Nav Menu
*/
.buttonscontainer {
  width: 120px;
}
.buttons a {
  color: #000033;
  background-color: #FFFFFF;
  padding: 2px;
  padding-left: 3px;
  display: block;
  border-bottom: 1px solid #0033CC;
  font: 14px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.buttons a:hover {
  background-color: #0033CC;
  color: #FFFFFF;
  text-decoration: none;
}
.navhdr{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  color : white;
  background-color : black;
  text-indent : 5px;
  font-weight : bold;
}
.smalltext{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
}
.paragraph{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : normal;
  font-style : normal;
  text-align : left;
}
.h2-font{
  font-size : 20px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : normal;
}
.h3-font{
  font-size : 18px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : italic;
}
.paragraph-bold{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : normal;
}
.paragraph-italic{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : normal;
  font-style : italic;
}
.paragraph-bold-italic{
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : italic;
  font-size : 14px;
}
.banner-text{
  font-size : 14px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : normal;
  color : white;
}
.products{
  font-size : 12px;
  font-family : Arial,sans-serif,"Microsoft Sans Serif";
  font-weight : bold;
  font-style : italic;
  text-align : center;
}

