/* CSS Document */
html {
	overflow-y: scroll; /* forces RH scroll bar - lovely !*/
}
body {
	color:#000;
	
	/*max-width:1200px;	*/
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
	background-color:#F8F9FA;
}
.bord {
	border:solid 1px #CCC;
	border-radius:3px;	
}
.central{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 95%;
}
.homepic {
	display: block;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.ifr {
	margin-left: auto;
	margin-right: auto;
	width: 100%;	
}
.link {
	color:#00F;
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
	text-decoration:underline;	
}
.menu {
	margin:auto;
	width:95%;
}


.menu2 {
	/*width:95%;*/
	margin:auto;
}
.menu2 td {
	background-color:#F4F4F4;
	border: 1px solid #ddd;
	border-radius:9px;
	padding:2px 5px 2px 3px; /* top, right,bottom,left */
	text-align:center;

}
.menu2 td:hover {
	font-weight:bold;
}

.menulink {
	background-color:#F4F4F4;
	color:#000;
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
	padding:2px 3px 2px 3px; /* top, right,bottom,left */
	text-align:center;
	text-decoration:none;
	
}
.menulink:hover{
	font-weight:bold;
	text-decoration:none;
}
.padbot{
	padding-bottom:10px;	
}
.padbtn {
	padding-right:1%;	
}
.pad3 {
	padding:5px;	
}
.rad {
	background-color: #DDD;
	border-color: #CCC;
	border-radius:5px;
	color:#000;
	padding-bottom:1px;
	padding-top:1px;
		font-size: 16px;

}
.red {
	color:#F00;
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
	font-weight:bold;
}
.space {
	background-color:#FFF!important;
	/*border: 1px solid #FFF;
	width:3%!important;*/
}

.text {
	color:#000;	
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
}
.textul {
	color:#000;	
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 16px;
    text-decoration:underline;
}
.txtctr {
	text-align:center;	
}
.txtgy {
	color:#CCC;	
}
.texthint {
	color:#000;	
	font-family:'Roboto',Helvetica,Arial,'sans serif';
	font-size: 12px;	
}

.w200 {
	max-width:75px;
}