.bwhite
{
background:#FFF;
}
.bg-content
{
background:url('../../images/dark-dot.png');
background-color:#493621;
}
h2
{
font:26px Roboto Condensed;
color:#009246;

}
.bg-vmenu
{
	background:#ccc;
}
.bg-red
{
	background:#ff2400;
}
.lalign
{
text-align:left;
}

.margin-50
{
margin-top:40px;
margin-left:70px;
}

p
{
text-align:justify;
line-height:24px;
}

h6
{
color:#F70106;

}
.footer
{
min-height:30px;
background:#d7d1ca;
padding:10px;
}
img
{
width:100%;
}
.footertxt
{
font-size:12px;
font-family:verdana;
color:#000;
}
figcaption
{
color:#FFF;
font-size:11px;
}
a#here 
{
  background: #97c700 !important;
  background: -moz-linear-gradient(#97c700 0%, #709400 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97c700), color-stop(100%, #709400)) !important;
  background: -webkit-linear-gradient(#97c700 0%, #709400 100%) !important;
  background: linear-gradient(#97c700 0%, #709400 100%) !important;
  color: #4e5800 !important;
  text-shadow: 0 1px 1px #709400 !important;
}
.full-border
{
border:solid 1px #000;
}
.padding-10
{
  padding:10px;
}
.right-border
{
	border-right:solid 1px #000;
}
.color-ffcc00
{
	color:#ffcc00;
}
.color-fff
{
	color:#fff;
}
.no-padding{
	padding:0px;
}
.bg-blue
{
	background:#000089;
}
.sbt-btn
{
	width:100px;
	height:30px;
	font-size:16px;
	font-weight:bold;
	background:orange;
	color:#fff;
	border-radius:5px;
	border-color:#000;
}