html {
	overflow-y: scroll; /* forces RH scroll bar - lovely !*/
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#000;
}
.bord {
	border:solid 1px #999;
	border-radius:5px;
}
.bot {
	display:table-cell;
	vertical-align:bottom!important;
}
/*margin-right:40px;  margin-bottom:20px;*/
.btn {
	background-color: #fff;
	color:#000!important;
	border-radius:5px;
	margin-right:7px!important; /*7px for google mobile */
	margin-bottom:8px;
	max-width:87px!important;
	text-align:center!important;
	border:solid 1px #999;
	font-size:16px;

}
.btngy {
	background-color: #fff;
	color:#ccc!important;
	border-radius:5px;
	margin-right:7px!important; /*7px for google mobile */
	margin-bottom:8px;
	max-width:87px!important;
	text-align:center!important;
	border:solid 1px #999;
	font-size:16px;
	
}
.btndn {
	background-color: #eee;
	color:#000!important;
	border-radius:5px;
	margin-right:7px!important; /*7px for google mobile */
	margin-bottom:8px;
	max-width:87px!important;
	text-align:center!important;
	border:solid 1px #000;
	font-size:16px;

}
.btn2 {
	background-color: #fff;
	color:#000!important;
	border-radius:5px;
	margin-bottom:8px;
	padding-left:3px!important;
	width:100px!important;
	text-align:left!important;
	border:solid 1px #999;
	font-size:16px;

}
.btn2gy {
	background-color: #fff;
	color:#ccc!important;
	border-radius:5px;
	margin-bottom:8px;
	padding-left:3px!important;
	width:100px!important;
	text-align:left!important;
	border:solid 1px #999;	
}
.btndn2 {
	background-color:#eee!important;
	color:#000!important;
	border-radius:5px;
	margin-bottom:8px;
	padding-left:3px!important;
	width:100px!important;
	text-align:left!important;
	border:solid 1px #000;
}
.btnlink {
	background-color: #fff;
	color:#000!important;
	border-radius:2px;
	padding:3px;
	border:solid 1px #999;
}
.btnlinkdn {
	background-color: #eee;
	color:#000!important;
	border-radius:2px;
	padding:3px;
	border:solid 1px #999;
}
.btnmail {	
	background-color: #fff;
	color:#000!important;
	border-radius:5px;
	padding:6px;
	margin-top:2px!important; /*7px for google mobile */
	max-width:87px!important;
	text-align:center!important;
	border:solid 1px #999;
	font-size:16px;
}
.caption {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
.bordm {
	border:solid 1px #999;
	border-radius:5px;
	margin-bottom:5px;
}
.comment {
	font-style:italic;	
}
.cross {
	background-color: #fff;
	color:#00f!important;
	font-weight: bold;	
	text-decoration:none;	
}
.cwholder {
	width:80%;
	text-align:right;
	margin:auto;	
}
.download {
	color:#a04077;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.download:hover {
	text-decoration: underline;	
}
.dropdown-item.active, .dropdown-item:active { /* when mouse held down ! */
	color:#000;
	background-color:#eee;
}
.ext { /*external link */
	font-style: italic;
	color: #D02000; /*dk red  d31200 #931200*/
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
}
.ext:hover {
	text-decoration: underline;	
}
.extpic { /* for pictures to off site */
	border-style:solid;
	border-width:2px;
	border-color:#ff0000; /*dk red d31200*/  
	border-collapse:separate;
	padding:3px!important;
	cursor:pointer;
}
.extpic:hover {
	border: 3px solid #ff0000;	 /*#931200*/
}
.ext10 { /*external link */
	color: #931200; /*dk red*/
	text-decoration: none;
	/*font-weight: bold;	*/
	font-style: italic;
	font-size:10px;
	cursor:pointer;
}
.formfield {
	color: #000;
	background: #FFF;
	font-size:16px;	
}
input[type=text], select {
  width: 100%;
  padding: 9px 0px 3px 5px;
  /*margin: 8px 0;*/
  display: inline-block;
  border: 1px solid #999;
  border-radius: 5px;
  box-sizing: border-box;
}
.facebook {
   padding:3px;
   width:400px;
}
.gray {
	color:#999;	
}

hr.black{
	border:1px solid #999;	
}
hr.gray{
	border:1px solid #BBB;	
}
.left {
	text-align:left!important;	
}
.link { /*internal link */
	background-color: #fff;
	color:#00f!important;
	font-weight: bold;	
	text-decoration:none;
	font-style: italic;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}
.link12 { /*internal link */
	background-color: #fff;
	color:#00f!important;
	font-weight: bold;	
	text-decoration:none;
	font-style: italic;
	font-size:12px;
}
.magnify {
	height:50px;
	width:50px;
	display:block;
	background-image: url(site/magnify_grn.jpg);
}
.magnify:hover {
	background-image: url(site/magnifyred.jpg);
}
.margin4 {
	margin:4px!important;	
}
.pad1 {
	padding:1px!important;
}
.pad4 {
	padding:4px!important;	
}
.pic {
	border-style:solid;
	border-width:2px;
	border-color:#00f;  /* BLUE #C64521*/
	border-collapse:separate;
	padding:3px!important;
}
.pic:hover {
	border: 3px solid #00f;	
}
.pop { /* for links which cause a pop / showpic window */
	border-style:solid;
	border-width:2px;
	border-color:#007900;  /* GREEN */
	border-collapse:separate;
	padding:3px!important;
}
.pop:hover {
	border: 3px solid #007900;	
}
.poplink { /*pop link */
	background-color: #fff;
	color:#007900!important;
	font-weight: bold;	
	text-decoration:none;
	font-style: italic;
}
.poplink:hover {
	color:#007900!important;
	text-decoration:underline;	
}
.tablefb {
	margin: auto;
	max-width: 90% !important;
}
.tablectr {
	margin: auto;
	max-width: 90% !important;
}
.tablectr td {
	padding:4px;  /* means x2 is > 7px for Google separation */
}
.tablesrch td {
	padding:1px;
	margin:0px;
}
.tabtxt {
	text-align:right;
	color:#999;	
}
.tenpct {
	padding-left:10%;	
}
.text6 {
	font-size:6px!important;
	color:#AAA;	
}
.text10 {
	font-size:10px;
	color:#666;	
}
.text12com { /* SENDERS CLASS */
	color:#666;
	font-style:italic;
}
.text12comment {
	color:#000;
	font-style:normal;
}
.text {
	font-size:16px;
	color:#000;
}
.textbold {
	font-weight:bold;	
}
.textann {
	font-size: 18px;
	font-weight:bold;	
}
.texterr {
	font-size: 16px;
	color: #AA0000;	
}
.textgrn {
	font-size: 16px;
	color: #00A000;	
}
.textred {
	font-size: 16px;
	color: #FF0000;	
}
.txt12 {
	font-size:12px;
	color:#000;	
}
.txt3rd {
	font-style:italic!important;
}

.txtpar { /* parameters*/
	font-style:italic!important;
	font-size:12px;
}
.txtlink {
    font-size:18px;
	color: #0000FF; 
	text-decoration:underline!important;
	cursor:pointer;    
    
}
.txtlg {
	font-size: 24px;
	color: #000;
	text-align:center;	
}
.vtext {
	text-align:center;	
	font-size:2vw;
}
.wk {
	width:900px;
	margin:auto;
	/*border: 1px solid red;*/
}
.wrap {
	padding-left:25px;
	padding-right:10px;
	max-width:1200px;
	margin-left:25px;
	margin-right:25px;
	border: 1px solid white!important;
}
.zoom {
	border-style:solid;
	border-width:2px;
	border-color:#007900;  /*#C64521*/
	border-collapse:separate;
	padding:3px!important;	
}
a.btn:hover {
	background-color:#eee!important; /*color per selected*/
}
a.btn2:hover {
	background-color:#eee!important;
}
a.btnlink:hover {
	color:#000!important;
	background-color:#eee!important;
	padding:3px;
	text-decoration:none; 
}


a.ext:hover {
	color: #931200;	
	text-decoration:underline;	
}


a.link:link {
	color: #0000ee ;/* unvisited link #0000ee */
}
a.link:visited {
  	color: #551A8B;;/* visited link #551A8B;*/
}
a.link:hover {
	text-decoration:underline;
  	color: red;/* mouse over link */
}
a.link:active {
  	color: red;/* selected link - I think mouse down !*/
}