a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}


body 
{
	font-family: Tahoma, Verdana, "Times New Roman";
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url("../back_grad.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
}


.tablequote {
	
}
.maintable
{
	background-image: url("../images/table_bottom.jpg");
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
a[href="?p=archive"]{pointer-events:none;}
.adaptive {position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;}
.adaptive iframe {position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;}