 body{
margin: 0;

}

.tbbg{
background: #F3F3F3;
}

.greenbar {
	background-image: url(img/top_bar.jpg);
	background-repeat: repeat-x;
}
.bottombar {
	background-image: url(img/templatemo_footer.jpg);
	background-repeat: repeat-x;
}

@font-face
{
font-family: Frutiger;
src: url(font/Frutiger_LT_57_Condensed.ttf);

}

.green_font {

	font-family:Frutiger;
	font-size: 12px;
	color:#FFFFFF;
	
}

.green_tit {

	font-family:Frutiger;
	font-size: 20px;
	color:#E0281F;
	
}
.brcolor {
	border: thin solid #FFFFFF;
}
.home_font {
	font-family:Frutiger;
	font-size: 15px;
	color:#444444;
	text-align: justify;
	line-height: 25px;
	
}

.textInput3{
	height: 30px;
	width:190px;
	border: 1px solid #072362;
	background: #FFFFFF;
	color: #072362;
	font-size: 1.0em;
	border: 1px solid #06913E;

}
@font-face
{
font-family: VERDANA;
src: url(font/VERDANA_0.TTF);

}

.bigfont {
font-family: VERDANA;
	font-size: 23px;
	font-weight: bold;	
color: #4AA2D4;
}

.bk_font2
{
	font-family:VERDANA;
	font-size: 14px;
	color:#7FFF00;
	line-height: 18px;



}

.bk_font
{
	font-family:VERDANA;
	font-size: 13px;
	color:#207BAC;
	line-height: 18px;



}
.textInputs2{
	height: 30px;		
	background: #F5F5F5;
	color: #000000;
	font-size: 0.9em;
	border: 1px solid #B6B8BD;

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;
}
.org_fon
{
	font-family:Frutiger;
	font-size: 14px;
	color:#000;
	line-height: 20px;

}

.smallfont {
	font-family: VERDANA;
	font-size: 10px;
	color: #FFFFFF;
}.bigfont1 {
	font-family: VERDANA;
	font-size: 24px;
	color: #4AA2D4;
	font-weight: bold;
}
.boxbg{

background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 31%, rgba(255,255,255,1) 73%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(31%, rgba(246,246,246,1)), color-stop(73%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 31%, rgba(255,255,255,1) 73%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 31%, rgba(255,255,255,1) 73%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 31%, rgba(255,255,255,1) 73%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 31%, rgba(255,255,255,1) 73%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed', GradientType=0 );}


.submit_button2 input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: none;
  width: 100px;
  background:#217CAD;
  padding: 11px 0px;
  outline: none;
}

.details form input[type="submit"]:hover {
	background:#4ABEEF;
}