.body, td, th, p
{
	font-family: verdana, sans-serif;
	font-size: xx-small;
}

#container {
  width: 98%;
}


.adhdr
{
	font-family:  arial, sans-serif;
	font-size: 13px;
	color: blue;
}
.adhdr a:active    		{text-decoration: underline; color: blue;}
.adhdr a:hover     		{text-decoration: underline; color: blue;}
.adhdr a:link      		{text-decoration: underline; color: blue;}
.adhdr a:visited   		{text-decoration: underline; color: blue;}

.adbody
{
	font-family:  arial, sans-serif;
	font-size: 12px;
	color: black;
}
.adbody a:active    		{text-decoration: none; color: black;}
.adbody a:hover     		{text-decoration: none; color: black;}
.adbody a:link      		{text-decoration: none; color: black;}
.adbody a:visited   		{text-decoration: none; color: black;}

.adgoto
{
	font-family:  verdana, sans-serif;
	font-size: 9px;
}
.adgoto a:active    		{text-decoration: none; color: blue;}
.adgoto a:hover     		{text-decoration: none; color: blue;}
.adgoto a:link      		{text-decoration: none; color: blue;}
.adgoto a:visited   		{text-decoration: none; color: blue;}


table.ads {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: none;
	border-color: #4F8EB6 #4F8EB6 #4F8EB6 #4F8EB6;
	border-collapse: separate;
	background-color: #FFFFFF;  /* FFE1A8; */
}
table.ads th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.ads td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
}
.textads {
	font-family: Arial, sans-serif;
}
.textads a:active    		{text-decoration: none;}
.textads a:hover     		{text-decoration: none;}
.textads a:link      		{text-decoration: none;}
.textads a:visited   		{text-decoration: none;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}



/* The contact Modal (background) */
.modal 
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content 
{
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  border: 3px solid #FFF;
  width: 700px;
  height: 620px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.8s;
  /* background-image: url("https://www.windinaction/images/turbines1.jpg"); */
 /*  background-image: url("/images/turbines1.jpg"); */
  background-color: #2B812A;
  background-size: 100% 100%;
  opacity:1;
}


#topimg 
{
	max-width: 1200px;
	width: 60%;
	height: auto;
	position: fixed;
	top: 40px;
	left: 500px;
}



