body {
  margin: 0;
  font-family: "Calibri, Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

h1 {
  color: #08C;	
}

h2 a:hover {
  text-decoration: none;
}

.btn-red {
  background-color: hsl(0, 100%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#990000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff0000), to(#990000));
  background-image: -moz-linear-gradient(top, #ff0000, #990000);
  background-image: -ms-linear-gradient(top, #ff0000, #990000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #990000));
  background-image: -webkit-linear-gradient(top, #ff0000, #990000);
  background-image: -o-linear-gradient(top, #ff0000, #990000);
  background-image: linear-gradient(#ff0000, #990000);
  border-color: #990000 #990000 hsl(0, 100%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-green {
  background-color: hsl(110, 100%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb700", endColorstr="#0d5100");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1eb700), to(#0d5100));
  background-image: -moz-linear-gradient(top, #1eb700, #0d5100);
  background-image: -ms-linear-gradient(top, #1eb700, #0d5100);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1eb700), color-stop(100%, #0d5100));
  background-image: -webkit-linear-gradient(top, #1eb700, #0d5100);
  background-image: -o-linear-gradient(top, #1eb700, #0d5100);
  background-image: linear-gradient(#1eb700, #0d5100);
  border-color: #0d5100 #0d5100 hsl(110, 100%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-blue {
  background-color: hsl(191, 100%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bbe5", endColorstr="#0091b2");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00bbe5), to(#0091b2));
  background-image: -moz-linear-gradient(top, #00bbe5, #0091b2);
  background-image: -ms-linear-gradient(top, #00bbe5, #0091b2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bbe5), color-stop(100%, #0091b2));
  background-image: -webkit-linear-gradient(top, #00bbe5, #0091b2);
  background-image: -o-linear-gradient(top, #00bbe5, #0091b2);
  background-image: linear-gradient(#00bbe5, #0091b2);
  border-color: #0091b2 #0091b2 hsl(191, 100%, 32.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.btn-black {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-orange {
  background-color: hsl(36, 100%, 46%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb951", endColorstr="#ea8c00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffb951), to(#ea8c00));
  background-image: -moz-linear-gradient(top, #ffb951, #ea8c00);
  background-image: -ms-linear-gradient(top, #ffb951, #ea8c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb951), color-stop(100%, #ea8c00));
  background-image: -webkit-linear-gradient(top, #ffb951, #ea8c00);
  background-image: -o-linear-gradient(top, #ffb951, #ea8c00);
  background-image: linear-gradient(#ffb951, #ea8c00);
  border-color: #ea8c00 #ea8c00 hsl(36, 100%, 41%);
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-navy {
  background-color: hsl(218, 79%, 43%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#568ceb", endColorstr="#1756c4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#568ceb), to(#1756c4));
  background-image: -moz-linear-gradient(top, #568ceb, #1756c4);
  background-image: -ms-linear-gradient(top, #568ceb, #1756c4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #568ceb), color-stop(100%, #1756c4));
  background-image: -webkit-linear-gradient(top, #568ceb, #1756c4);
  background-image: -o-linear-gradient(top, #568ceb, #1756c4);
  background-image: linear-gradient(#568ceb, #1756c4);
  border-color: #1756c4 #1756c4 hsl(218, 79%, 38%);
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.quotation
{
	font-size:120%;
	afont-weight:bold;
	font-style:italic;
}